diff options
author | peter <peter@FreeBSD.org> | 1998-11-11 05:22:05 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-11-11 05:22:05 +0000 |
commit | ed4b513d2f2bd4ee1f0bb1736942b4f1caf625e7 (patch) | |
tree | a5bddeb9db2b0108b81a73fd3b3187bc40e8099c | |
parent | 7aecd96aa5bcb77f2b7b0aed9b06cc31da23fbf2 (diff) | |
download | FreeBSD-src-ed4b513d2f2bd4ee1f0bb1736942b4f1caf625e7.zip FreeBSD-src-ed4b513d2f2bd4ee1f0bb1736942b4f1caf625e7.tar.gz |
/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.
-rw-r--r-- | lkm/ibcs2/Makefile | 8 |
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> |