diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-11-10 19:39:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-11-10 19:39:58 +0000 |
| commit | aab22db753f5d1927269642768a4c2294bc47900 (patch) | |
| tree | 1d92022243264a5e970e4f55a65c70a01942c602 /sys/modules/linux/Makefile | |
| parent | 3c817e2cc41956f4170e737d9663e3f01fbee3a4 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux/Makefile')
| -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 bc63e3f6d6b4..68375a57ca5b 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.20 1998/11/05 04:22:52 peter Exp $ +# $Id: Makefile,v 1.21 1998/11/05 04:39:26 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> |
