1
0
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:
Peter Wemm 1998-11-11 05:22:05 +00:00
parent 218515c5f8
commit e6efee6339
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41075

View File

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