NetBSD/gnu/usr.bin/binutils/Makefile
tv 9973db1544 For ELF systems only, add strip. This gives up a strip binary that's not
third-party, but does unfortunately have a manpage discrepancy across
archs.  XXX.
1998-08-27 02:12:12 +00:00

16 lines
414 B
Makefile

# $NetBSD: Makefile,v 1.5 1998/08/27 02:12:12 tv Exp $
.include <bsd.own.mk>
SUBDIR= common addr2line ar c++filt nm objdump ranlib size strings
# XXX once a.out works, we can add objcopy and strip to all archs
.if (${OBJECT_FMT} == "ELF")
SUBDIR+=strip
.endif
all-addr2line all-ar all-c++filt all-nm all-objcopy all-objdump \
all-ranlib all-size all-strings all-strip: all-common
.include <bsd.subdir.mk>