diff options
| author | christos <christos@NetBSD.org> | 2003-08-18 22:49:16 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2003-08-18 22:49:16 +0000 |
| commit | eb60ee7b60255a69a19e63bb12ee4e6a342c2bb6 (patch) | |
| tree | 28eec8b32566408be5f8f2c9d9420f673a0b1b43 /gnu/usr.bin/gdb53/bfd | |
| parent | 449b5c43d4323e2f06fcec81403db532a83173c8 (diff) | |
Do not install the libraries (from Stephen Degler)
Diffstat (limited to 'gnu/usr.bin/gdb53/bfd')
| -rw-r--r-- | gnu/usr.bin/gdb53/bfd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb53/bfd/Makefile b/gnu/usr.bin/gdb53/bfd/Makefile index 03f8873b898..b5fbc586b55 100644 --- a/gnu/usr.bin/gdb53/bfd/Makefile +++ b/gnu/usr.bin/gdb53/bfd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2003/08/17 18:03:26 christos Exp $ +# $NetBSD: Makefile,v 1.2 2003/08/18 22:49:16 christos Exp $ .include <bsd.own.mk> @@ -19,6 +19,7 @@ CPPFLAGS= -I${.CURDIR} -I${.CURDIR}/../arch/${MACHINE_ARCH} \ -DNETBSD_CORE \ ${G_BFD_CPPFLAGS} +libinstall:: .endif |
