mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
/usr/bin/ibcs2 comes from src/sys/modules/ibcs2 now. This is probably
the wrong place, but we cannot install both into the same file. I suspect there should be a usr.bin/{linux|ibcs2}/ directory conataining these.
This commit is contained in:
parent
218515c5f8
commit
e6efee6339
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41075
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.16 1998/02/04 21:56:35 eivind Exp $
|
||||
# $Id: Makefile,v 1.17 1998/02/06 23:54:20 eivind Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
|
||||
KMOD= ibcs2_mod
|
||||
@ -17,8 +17,8 @@ EXPORT_SYMS= _ibcs2_mod _ibcs2_emul_path _ibcs2_svr3_sysvec
|
||||
opt_spx_hack.h:
|
||||
touch opt_spx_hack.h
|
||||
|
||||
afterinstall:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${.CURDIR}/ibcs2 ${DESTDIR}/usr/bin
|
||||
#afterinstall:
|
||||
# ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
# ${.CURDIR}/ibcs2 ${DESTDIR}/usr/bin
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user