14 lines
227 B
Makefile
14 lines
227 B
Makefile
.include <bsd.own.mk>
|
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
SUBDIR+= als4000
|
|
SUBDIR+= cmi8738
|
|
SUBDIR+= cs4281
|
|
SUBDIR+= es1370
|
|
SUBDIR+= es1371
|
|
SUBDIR+= sb16
|
|
SUBDIR+= trident
|
|
.endif # ${MACHINE_ARCH} == "i386"
|
|
|
|
.include <bsd.subdir.mk>
|