summaryrefslogtreecommitdiff
path: root/minix/drivers/printer/Makefile
blob: 8cd5a3a262ad0c2b00e60ba4153ed5289ad92c31 (plain)
1
2
3
4
5
6
7
.include <bsd.own.mk>

.if ${MACHINE_ARCH} == "i386"
SUBDIR+=	printer
.endif # ${MACHINE_ARCH} == "i386"

.include <bsd.subdir.mk>