etc/services - sync with NetBSD-8
[minix.git] / minix / drivers / hid / pckbd / Makefile
blobedcfb86ece0de2e6ab00934a005d3948819b704b
1 # Makefile for the PC keyboard/mouse driver (PCKBD)
2 PROG= pckbd
3 SRCS= pckbd.c table.c
5 DPADD+= ${LIBINPUTDRIVER} ${LIBSYS} ${LIBTIMERS}
6 LDADD+= -linputdriver -lsys -ltimers
8 .include <minix.service.mk>