summaryrefslogtreecommitdiffstats
path: root/sys/modules/svr4/Makefile
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-11-29 10:40:53 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-11-29 10:40:53 +0000
commita5b7c6517a86d9d9a377993a41f4eb36def7dd17 (patch)
treeafa1fcf0f141bb79d6f9425b2a56638628b82bff /sys/modules/svr4/Makefile
parent420483cf07a824e98312e4c8bfc99c6da7bdca01 (diff)
downloadFreeBSD-src-a5b7c6517a86d9d9a377993a41f4eb36def7dd17.zip
FreeBSD-src-a5b7c6517a86d9d9a377993a41f4eb36def7dd17.tar.gz
Decommission the svr4(8) shell script, which has been pointless since
our kernel module system learned how to handle dependencies. Providing a whole bunch of shell scripts that do nothing but load a similarly named kernel loadable module is out of vogue. The svr4(8) manual page has been replaced with a much better svr4(4) page.
Diffstat (limited to 'sys/modules/svr4/Makefile')
-rw-r--r--sys/modules/svr4/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/modules/svr4/Makefile b/sys/modules/svr4/Makefile
index b74f5c4..65cd6ae 100644
--- a/sys/modules/svr4/Makefile
+++ b/sys/modules/svr4/Makefile
@@ -38,10 +38,4 @@ opt_svr4.h:
echo "#define DEBUG_SVR4 1" >> opt_svr4.h
.endif
-.if exists(${DESTDIR}/usr/bin)
-afterinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/svr4.sh ${DESTDIR}/usr/sbin/svr4
-.endif
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud