summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-11-10 19:39:58 +0000
committerjkh <jkh@FreeBSD.org>1998-11-10 19:39:58 +0000
commit7e61d185d3774baaafb389f5150a1c1cb0384b88 (patch)
tree3bf689be2587428edec7061d89b77288b42d1a53 /sys/modules/linux
parent76c8edc6bf56d9d3fa4c34458d6a803c260f2efc (diff)
downloadFreeBSD-src-7e61d185d3774baaafb389f5150a1c1cb0384b88.zip
FreeBSD-src-7e61d185d3774baaafb389f5150a1c1cb0384b88.tar.gz
We need to install the linux shell script or the lkm version will
still be in place.
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index bc63e3f..68375a5 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.20 1998/11/05 04:22:52 peter Exp $
+# $Id: Makefile,v 1.21 1998/11/05 04:39:26 peter Exp $
.PATH: ${.CURDIR}/../../i386/linux
KMOD= linux
@@ -35,8 +35,8 @@ opt_compat.h:
opt_linux.h opt_vmpage.h:
touch ${.TARGET}
-#afterinstall:
-# ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
-# ${.CURDIR}/linux ${DESTDIR}/usr/bin
+afterinstall:
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${.CURDIR}/linux ${DESTDIR}/usr/bin
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud