summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lkm/linux/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lkm/linux/Makefile b/lkm/linux/Makefile
index d4a14f4..81ef2fe 100644
--- a/lkm/linux/Makefile
+++ b/lkm/linux/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.17 1998/07/01 17:10:00 bde Exp $
+# $Id: Makefile,v 1.18 1998/07/07 02:04:20 bde Exp $
.PATH: ${.CURDIR}/../../sys/i386/linux
KMOD= linux_mod
@@ -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