aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-11-05 04:22:52 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-11-05 04:22:52 +0000
commit6a1a9040f4fc9eb3d0431b1860a9cdc6242a6818 (patch)
tree193080769d7828460035b5b8e89ea8bfe9a9742e
parent38266231ef8f81558fc66b00de2929055fe52adb (diff)
downloadsrc-6a1a9040f4fc9eb3d0431b1860a9cdc6242a6818.tar.gz
src-6a1a9040f4fc9eb3d0431b1860a9cdc6242a6818.zip
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.
Notes
Notes: svn path=/head/; revision=40921
-rw-r--r--sys/modules/ibcs2/Makefile8
-rw-r--r--sys/modules/joy/Makefile8
-rw-r--r--sys/modules/linux/Makefile8
3 files changed, 12 insertions, 12 deletions
diff --git a/sys/modules/ibcs2/Makefile b/sys/modules/ibcs2/Makefile
index 3f42872ab072..572a8de29f9e 100644
--- a/sys/modules/ibcs2/Makefile
+++ b/sys/modules/ibcs2/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.17 1998/02/06 23:54:20 eivind Exp $
+# $Id: Makefile,v 1.18 1998/10/16 04:30:43 peter Exp $
.PATH: ${.CURDIR}/../../i386/ibcs2
KMOD= ibcs2
@@ -17,8 +17,8 @@ EXPORT_SYMS= _ibcs2_mod _ibcs2_emul_path _ibcs2_svr3_sysvec
opt_spx_hack.h:
touch opt_spx_hack.h
-afterinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/ibcs2 ${DESTDIR}/usr/bin
+#afterinstall:
+# ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+# ${.CURDIR}/ibcs2 ${DESTDIR}/usr/bin
.include <bsd.kmod.mk>
diff --git a/sys/modules/joy/Makefile b/sys/modules/joy/Makefile
index ebbf4c9f4778..16a26264887e 100644
--- a/sys/modules/joy/Makefile
+++ b/sys/modules/joy/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1998/02/01 18:12:15 bde Exp $
+# $Id: Makefile,v 1.8 1998/10/16 04:30:47 peter Exp $
.PATH: ${.CURDIR}/../../i386/isa
KMOD = joy
@@ -15,8 +15,8 @@ opt_devfs.h:
touch opt_devfs.h
-afterinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/joy ${DESTDIR}/usr/bin
+#afterinstall:
+# ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+# ${.CURDIR}/joy ${DESTDIR}/usr/bin
.include <bsd.kmod.mk>
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 090f2fc7e72c..0e9ccd5d761a 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>