From ed4b513d2f2bd4ee1f0bb1736942b4f1caf625e7 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 11 Nov 1998 05:22:05 +0000 Subject: /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. --- lkm/ibcs2/Makefile | 8 ++++---- 1 file 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 -- cgit v1.1