summaryrefslogtreecommitdiffstats
path: root/sys/modules/ibcs2
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-11-11 05:18:22 +0000
committerpeter <peter@FreeBSD.org>1998-11-11 05:18:22 +0000
commit9d915a348e65f39884cf09a72245d4550b9fab7f (patch)
tree714ec733b7f0aff23a0671d7c594151d92177336 /sys/modules/ibcs2
parent17acac4b113a8f92b90e91237501b9ee5a7fa5e1 (diff)
downloadFreeBSD-src-9d915a348e65f39884cf09a72245d4550b9fab7f.zip
FreeBSD-src-9d915a348e65f39884cf09a72245d4550b9fab7f.tar.gz
Reenable /usr/bin/ibcs2 installing from here; it works now that the
guaranteed kernel stack overflow is fixed.
Diffstat (limited to 'sys/modules/ibcs2')
-rw-r--r--sys/modules/ibcs2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/modules/ibcs2/Makefile b/sys/modules/ibcs2/Makefile
index 76cb636..a07d143 100644
--- a/sys/modules/ibcs2/Makefile
+++ b/sys/modules/ibcs2/Makefile
@@ -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>
OpenPOWER on IntegriCloud