mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
Cannot install two different versions of /usr/bin/linux in the same place.
This is replaced by the kld version now.
This commit is contained in:
parent
8f1dc34cf9
commit
b18735cb01
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41072
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.17 1998/07/01 17:10:00 bde Exp $
|
||||
# $Id: Makefile,v 1.18 1998/07/07 02:04:20 bde Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/i386/linux
|
||||
KMOD= linux_mod
|
||||
@ -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