diff options
| author | John Polstra <jdp@FreeBSD.org> | 1998-03-01 23:41:17 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1998-03-01 23:41:17 +0000 |
| commit | 2e280533a10eaa08d9445ae220903bf26e5519ff (patch) | |
| tree | dbe5f2021921d52092f7ed2bd4e64f726eec285a /gnu/usr.bin/binutils/strip | |
| parent | 12df71b07cfc4e6d9f15120080013d09547b4a99 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/strip')
| -rw-r--r-- | gnu/usr.bin/binutils/strip/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/strip/Makefile b/gnu/usr.bin/binutils/strip/Makefile new file mode 100644 index 000000000000..7072e11fb4c5 --- /dev/null +++ b/gnu/usr.bin/binutils/strip/Makefile @@ -0,0 +1,16 @@ +# +# $Id$ +# + +.include "../Makefile.inc0" + +.PATH: ${SRCDIR}/binutils + +PROG= strip +SRCS= objcopy.c is-strip.c +CFLAGS+= -I${SRCDIR}/binutils +LDADD+= -L${RELTOP}/libbinutils -lbinutils +LDADD+= -L${RELTOP}/libbfd -lbfd +LDADD+= -L${RELTOP}/libiberty -liberty + +.include <bsd.prog.mk> |
