]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/ukbd/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / modules / ukbd / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/usb
4
5 KMOD=   ukbd
6 SRCS=   bus_if.h device_if.h opt_compat.h opt_usb.h opt_kbd.h opt_ukbd.h \
7         usbdevs.h ukbd.c
8
9 .if !defined(KERNBUILDDIR)
10 opt_compat.h:
11         echo "#define COMPAT_FREEBSD6 1" > ${.TARGET}
12
13 opt_kbd.h:
14         echo "#define KBD_INSTALL_CDEV 1" > ${.TARGET}
15 .endif
16
17 .include <bsd.kmod.mk>