summaryrefslogtreecommitdiffstats
path: root/lkm/joy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lkm/joy/Makefile')
-rw-r--r--lkm/joy/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/lkm/joy/Makefile b/lkm/joy/Makefile
deleted file mode 100644
index 1c0d08f..0000000
--- a/lkm/joy/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $Id: Makefile,v 1.7 1998/02/01 18:12:15 bde Exp $
-
-.PATH: ${.CURDIR}/../../sys/i386/isa
-KMOD = joy_mod
-SRCS = joy.c joy.h opt_devfs.h
-MAN8 = joy.8
-
-CFLAGS += -DJOY_MODULE
-CLEANFILES += joy.h opt_devfs.h
-
-joy.h:
- echo "#define NJOY 1" > joy.h
-
-opt_devfs.h:
- touch opt_devfs.h
-
-
-#afterinstall:
-# ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
-# ${.CURDIR}/joy ${DESTDIR}/usr/bin
-
-.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud