9973db1544
third-party, but does unfortunately have a manpage discrepancy across archs. XXX.
16 lines
414 B
Makefile
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>
|