freebsd-dev/sys/modules/ukbd/Makefile
Bruce Evans 04bf9e6707 Use double quotes instead of single quotes for echos to build options
headers as in most other modules Makefiles (5 yesterday, none now).
Fixed any simple nearby style bugs (not many).
2003-12-29 09:15:48 +00:00

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>