Drop main() prototype. Syncs with NetBSD-8
[minix.git] / minix / drivers / hid / Makefile
blobba43b6ad5d1f62ec5668cf65149f34103f932f8e
1 .include <bsd.own.mk>
3 .if ${MACHINE_ARCH} == "i386"
4 SUBDIR+= pckbd
5 .endif # ${MACHINE_ARCH} == "i386"
7 .include <bsd.subdir.mk>