8 lines
131 B
Makefile
8 lines
131 B
Makefile
|
.include <bsd.own.mk>
|
||
|
|
||
|
.if ${MACHINE_ARCH} == "i386"
|
||
|
SUBDIR+= printer
|
||
|
.endif # ${MACHINE_ARCH} == "i386"
|
||
|
|
||
|
.include <bsd.subdir.mk>
|