summaryrefslogtreecommitdiffstats
path: root/sys/modules/joy
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/joy')
-rw-r--r--sys/modules/joy/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/modules/joy/Makefile b/sys/modules/joy/Makefile
index a54ef87..eefed22 100644
--- a/sys/modules/joy/Makefile
+++ b/sys/modules/joy/Makefile
@@ -2,14 +2,11 @@
.PATH: ${.CURDIR}/../../i386/isa
KMOD = joy
-SRCS = joy.c joy.h opt_devfs.h
+SRCS = joy.c opt_devfs.h
MAN8 = joy.8
CFLAGS += -DJOY_MODULE
-CLEANFILES += joy.h opt_devfs.h
-
-joy.h:
- echo "#define NJOY 1" > joy.h
+CLEANFILES += opt_devfs.h
opt_devfs.h:
touch opt_devfs.h
OpenPOWER on IntegriCloud