summaryrefslogtreecommitdiffstats
path: root/lkm
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-11-11 05:19:56 +0000
committerpeter <peter@FreeBSD.org>1998-11-11 05:19:56 +0000
commit1b99c0c5bec55dd3f8a00a97bd43aea26cbaea4e (patch)
tree5d21862a8692b3ad71297dc98f73ff797bbc9d16 /lkm
parent9d915a348e65f39884cf09a72245d4550b9fab7f (diff)
downloadFreeBSD-src-1b99c0c5bec55dd3f8a00a97bd43aea26cbaea4e.zip
FreeBSD-src-1b99c0c5bec55dd3f8a00a97bd43aea26cbaea4e.tar.gz
Cannot install two different versions of /usr/bin/linux in the same place.
This is replaced by the kld version now.
Diffstat (limited to 'lkm')
-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