minix3/drivers/hid/Makefile

8 lines
129 B
Makefile

.include <bsd.own.mk>
.if ${MACHINE_ARCH} == "i386"
SUBDIR+= pckbd
.endif # ${MACHINE_ARCH} == "i386"
.include <bsd.subdir.mk>