diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-11-05 04:22:52 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-11-05 04:22:52 +0000 |
| commit | 6a1a9040f4fc9eb3d0431b1860a9cdc6242a6818 (patch) | |
| tree | 193080769d7828460035b5b8e89ea8bfe9a9742e /sys/modules/linux | |
| parent | 38266231ef8f81558fc66b00de2929055fe52adb (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux')
| -rw-r--r-- | sys/modules/linux/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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> |
