summaryrefslogtreecommitdiff
path: root/sys/modules/linux/Makefile
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-11-02 13:48:53 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-11-02 13:48:53 +0000
commit59807abe47306b1d44dc53e1c9848cdc2a27f14d (patch)
treee02ff9a9c691a81aff58d36114dd7bc44d3b4168 /sys/modules/linux/Makefile
parentbe0d2a8f18fd53ec07e372d67a9b1131ddffdc33 (diff)
Notes
Diffstat (limited to 'sys/modules/linux/Makefile')
-rw-r--r--sys/modules/linux/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 83a3db101725..fe762be1ef42 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -47,10 +47,4 @@ ${GENSYSCALL}: @/kern/makesyscalls.sh \
linux_sysent.c > linux_sysent.c.fixup
mv -f linux_sysent.c.fixup linux_sysent.c
-.if exists(${DESTDIR}/usr/bin)
-afterinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/linux.sh ${DESTDIR}/usr/sbin/linux
-.endif
-
.include <bsd.kmod.mk>