Jens Schweikhardt e201f9ecd1 Release n_hibma's maintainership due to his ENOTIME.
Discussed with, okayed, authorized, requested by, on behalf of:	n_hibma (MAINTAINER)
2005-06-04 10:58:39 +00:00

12 lines
216 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/usb
KMOD= ukbd
SRCS= bus_if.h device_if.h opt_usb.h opt_kbd.h opt_ukbd.h usbdevs.h ukbd.c
opt_kbd.h:
echo "#define KBD_INSTALL_CDEV 1" > ${.TARGET}
.include <bsd.kmod.mk>