Reenable /usr/bin/ibcs2 installing from here; it works now that the
guaranteed kernel stack overflow is fixed.
This commit is contained in:
parent
c5f25b1912
commit
8f1dc34cf9
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.19 1998/11/05 04:22:51 peter Exp $
|
||||
# $Id: Makefile,v 1.20 1998/11/06 16:01:19 peter Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/../../i386/ibcs2
|
||||
KMOD= ibcs2
|
||||
@ -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