diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-11-11 07:04:10 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-11-11 07:04:10 +0000 |
| commit | 0ddd3cf262b966c8684cf737708ca37c94a1d764 (patch) | |
| tree | 96bb423d06427c4fc72496c197db5cccdf5e0a31 /sys/modules/linux/Makefile | |
| parent | 1b771b9577d20a4638bba0b7efbb646f1d496354 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux/Makefile')
| -rw-r--r-- | sys/modules/linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 68375a57ca5b4..4befad02cf41c 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.21 1998/11/05 04:39:26 peter Exp $ +# $Id: Makefile,v 1.22 1998/11/10 19:39:58 jkh Exp $ .PATH: ${.CURDIR}/../../i386/linux KMOD= linux @@ -37,6 +37,6 @@ opt_linux.h opt_vmpage.h: afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/linux ${DESTDIR}/usr/bin + ${.CURDIR}/linux.sh ${DESTDIR}/usr/bin .include <bsd.kmod.mk> |
