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

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

.include <bsd.subdir.mk>