diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-11-02 13:48:53 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-11-02 13:48:53 +0000 |
| commit | 59807abe47306b1d44dc53e1c9848cdc2a27f14d (patch) | |
| tree | e02ff9a9c691a81aff58d36114dd7bc44d3b4168 /sys/modules/linux/Makefile | |
| parent | be0d2a8f18fd53ec07e372d67a9b1131ddffdc33 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux/Makefile')
| -rw-r--r-- | sys/modules/linux/Makefile | 6 |
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> |
