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