We need to install the linux shell script or the lkm version will
still be in place.
This commit is contained in:
parent
76c8edc6bf
commit
7e61d185d3
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user