summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-11-05 04:22:52 +0000
committerpeter <peter@FreeBSD.org>1998-11-05 04:22:52 +0000
commit040d673b133d178162cd52f9bbdbd0233c240c74 (patch)
tree9be5f7da9917f0966a1082f9d7ef5edf6fd5ae18 /sys/modules/linux
parenta912408d9c8524c566a36bdf953cd3ba4a04982a (diff)
downloadFreeBSD-src-040d673b133d178162cd52f9bbdbd0233c240c74.zip
FreeBSD-src-040d673b133d178162cd52f9bbdbd0233c240c74.tar.gz
Do not overwrite the lkm versions of the install scripts for now. linux
works but ibcs2 has a load failure and joy doesn't look like it'll work.
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 090f2fc..0e9ccd5 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.18 1998/07/07 02:04:20 bde Exp $
+# $Id: Makefile,v 1.19 1998/10/16 04:30:47 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