summaryrefslogtreecommitdiffstats
path: root/sys/modules/ukbd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/ukbd/Makefile')
-rw-r--r--sys/modules/ukbd/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/sys/modules/ukbd/Makefile b/sys/modules/ukbd/Makefile
deleted file mode 100644
index 331e729..0000000
--- a/sys/modules/ukbd/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../dev/usb
-
-KMOD= ukbd
-SRCS= bus_if.h device_if.h opt_compat.h opt_usb.h opt_kbd.h opt_ukbd.h \
- usbdevs.h ukbd.c
-
-.if !defined(KERNBUILDDIR)
-opt_compat.h:
- echo "#define COMPAT_FREEBSD6 1" > ${.TARGET}
-
-opt_kbd.h:
- echo "#define KBD_INSTALL_CDEV 1" > ${.TARGET}
-.endif
-
-.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud