Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
6 |
7u83 |
1 |
# $Id$
|
|
|
2 |
|
|
|
3 |
.include "../../../Makefile.defs"
|
|
|
4 |
|
|
|
5 |
MACHSUBDIR:= ${OSFAM}/${BLDARCH}
|
|
|
6 |
|
|
|
7 |
.if exists(${MACHSUBDIR}/src)
|
|
|
8 |
SUBDIR= ${MACHSUBDIR}/src
|
|
|
9 |
.endif
|
|
|
10 |
|
|
|
11 |
SUBDIR+= ${MACHSUBDIR}/tokens
|
|
|
12 |
|
|
|
13 |
.include "Makefile.inc"
|