summaryrefslogtreecommitdiffstats
path: root/sys/modules/joy/Makefile
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-11-02 14:15:30 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-11-02 14:15:30 +0000
commit97e0865a0a20c380d5429feb89ae82d9740d2189 (patch)
treedbc8c2eb0a3477825ed84e3376c7fa80fdb7a5d7 /sys/modules/joy/Makefile
parentf7c4ac38dc83d51ee188b9e34d42b14170ee0341 (diff)
downloadFreeBSD-src-97e0865a0a20c380d5429feb89ae82d9740d2189.zip
FreeBSD-src-97e0865a0a20c380d5429feb89ae82d9740d2189.tar.gz
Retire the joy(8) script. Using shell scripts to load kernel loadable
modules is out of fashion. There is still a joy(4) manual page to clue people into the existence of the joy of FreeBSD.
Diffstat (limited to 'sys/modules/joy/Makefile')
-rw-r--r--sys/modules/joy/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/modules/joy/Makefile b/sys/modules/joy/Makefile
index 379bbc9..7c7eefb 100644
--- a/sys/modules/joy/Makefile
+++ b/sys/modules/joy/Makefile
@@ -4,10 +4,4 @@
KMOD = joy
SRCS = bus_if.h device_if.h isa_if.h joy.c
-.if exists(${DESTDIR}/usr/bin)
-afterinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/joy.sh ${DESTDIR}/usr/bin/joy
-.endif
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud