mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
We need to install the linux shell script or the lkm version will
still be in place.
This commit is contained in:
parent
3c817e2cc4
commit
aab22db753
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41065
@ -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