10 lines
160 B
Makefile
10 lines
160 B
Makefile
|
.include <bsd.own.mk>
|
||
|
|
||
|
.if ${MACHINE_ARCH} == "i386"
|
||
|
SUBDIR+= es1370
|
||
|
SUBDIR+= es1371
|
||
|
SUBDIR+= sb16
|
||
|
.endif # ${MACHINE_ARCH} == "i386"
|
||
|
|
||
|
.include <bsd.subdir.mk>
|