diff options
| author | mrg <mrg@NetBSD.org> | 2008-10-30 20:09:50 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2008-10-30 20:09:50 +0000 |
| commit | ec707d6be3993fc0f7d0d188734cadd84576fc4f (patch) | |
| tree | 15a4b3fe552ffee268c7a3969fcd4825515596e0 /gnu/usr.bin/binutils | |
| parent | 77a5d43962d1e0336af5cc66bb7a547c6239339f (diff) | |
don't check MKSHARE here, it is no longer valid.
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/ld/xldscripts/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/usr.bin/binutils/ld/xldscripts/Makefile b/gnu/usr.bin/binutils/ld/xldscripts/Makefile index 2e3361b6015..1c2fbc22cc8 100644 --- a/gnu/usr.bin/binutils/ld/xldscripts/Makefile +++ b/gnu/usr.bin/binutils/ld/xldscripts/Makefile @@ -1,12 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2008/10/13 22:36:55 mrg Exp $ +# $NetBSD: Makefile,v 1.2 2008/10/30 20:09:50 mrg Exp $ NOOBJ= # defined -.include <bsd.own.mk> - -.if ${MKSHARE} != "no" FILES= kmodule FILESDIR=/usr/libdata/ldscripts -.endif .include <bsd.prog.mk> |
