We need to install the linux shell script or the lkm version will

still be in place.
This commit is contained in:
Jordan K. Hubbard 1998-11-10 19:39:58 +00:00
parent 3c817e2cc4
commit aab22db753
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41065

View File

@ -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>