04bf9e6707
headers as in most other modules Makefiles (5 yesterday, none now). Fixed any simple nearby style bugs (not many).
16 lines
257 B
Makefile
16 lines
257 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= n_hibma@freebsd.org
|
|
|
|
.PATH: ${.CURDIR}/../../dev/usb
|
|
|
|
KMOD= ukbd
|
|
SRCS= bus_if.h device_if.h vnode_if.h \
|
|
opt_usb.h opt_kbd.h opt_ukbd.h \
|
|
ukbd.c
|
|
|
|
opt_kbd.h:
|
|
echo "#define KBD_INSTALL_CDEV 1" > ${.TARGET}
|
|
|
|
.include <bsd.kmod.mk>
|