From b18735cb01d54add175ac83c2f2392a5b0fc227d Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 11 Nov 1998 05:19:56 +0000 Subject: [PATCH] Cannot install two different versions of /usr/bin/linux in the same place. This is replaced by the kld version now. --- lkm/linux/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lkm/linux/Makefile b/lkm/linux/Makefile index d4a14f4756c..81ef2fe7377 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