diff options
| author | tv <tv@NetBSD.org> | 2001-08-06 19:11:59 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 2001-08-06 19:11:59 +0000 |
| commit | 362f95d733385c5571a3497ace40e368894624cc (patch) | |
| tree | 5d632aa1c3c7f0379330604194ac62a76dd3b0b4 /gnu/usr.bin/binutils/objcopy | |
| parent | 4e7d8e10f6fea50246c3575076c48fae3c2f07f8 (diff) | |
Add new toolchain binutils build structure.
Diffstat (limited to 'gnu/usr.bin/binutils/objcopy')
| -rw-r--r-- | gnu/usr.bin/binutils/objcopy/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/objcopy/Makefile b/gnu/usr.bin/binutils/objcopy/Makefile index 308a37cc2a9..180fedac4b7 100644 --- a/gnu/usr.bin/binutils/objcopy/Makefile +++ b/gnu/usr.bin/binutils/objcopy/Makefile @@ -1,7 +1,13 @@ -# $NetBSD: Makefile,v 1.4 1999/02/09 19:21:54 tv Exp $ +# $NetBSD: Makefile,v 1.5 2001/08/06 19:12:05 tv Exp $ PROG= objcopy + +.include <bsd.own.mk> +.if defined(USE_NEW_TOOLCHAIN) +.include "${.CURDIR}/../common/Makefile.prog" +.else SRCS= objcopy.c not-strip.c MAN= objcopy.1 .include <bsd.prog.mk> +.endif |
