summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>2000-01-20 13:25:18 +0000
committeryokota <yokota@FreeBSD.org>2000-01-20 13:25:18 +0000
commit3701b00face7bbd74754f6cb6fc782d92c39adbb (patch)
tree8e8abe0ebcea9ebe3a9fe01470326081327ba2f7 /sys/modules
parent697f77edf9b247a8899734037cccf179b4b5a6a9 (diff)
downloadFreeBSD-src-3701b00face7bbd74754f6cb6fc782d92c39adbb.zip
FreeBSD-src-3701b00face7bbd74754f6cb6fc782d92c39adbb.tar.gz
Do not explicitly create empty option files; they are taken
care of by bsd.kmod.mk. Pointed out by: bde
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ukbd/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/modules/ukbd/Makefile b/sys/modules/ukbd/Makefile
index 9b79735..d5be99b 100644
--- a/sys/modules/ukbd/Makefile
+++ b/sys/modules/ukbd/Makefile
@@ -5,18 +5,11 @@ MAINTAINER = n_hibma@freebsd.org
.PATH: ${.CURDIR}/../../dev/usb
KMOD = ukbd
SRCS = bus_if.h device_if.h vnode_if.h \
- opt_usb.h ukbd.h opt_kbd.h opt_ukbd.h \
+ opt_usb.h opt_kbd.h opt_ukbd.h \
ukbd.c
NOMAN =
-CLEANFILES = ukbd.h opt_kbd.h opt_ukbd.h
-
-ukbd.h:
- echo > ukbd.h
opt_kbd.h:
echo '#define KBD_INSTALL_CDEV 1' > opt_kbd.h
-opt_ukbd.h:
- echo > opt_ukbd.h
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud