summaryrefslogtreecommitdiffstats
path: root/lkm/ibcs2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lkm/ibcs2/Makefile')
-rw-r--r--lkm/ibcs2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lkm/ibcs2/Makefile b/lkm/ibcs2/Makefile
index 9136c63..0878459 100644
--- a/lkm/ibcs2/Makefile
+++ b/lkm/ibcs2/Makefile
@@ -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>
OpenPOWER on IntegriCloud