summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-10-15 00:19:08 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-10-15 00:19:08 +0000
commitd6e03c9b6dd1fa7d0fcbe386cf6414e1aa9aee79 (patch)
treea1a30d0b11aa0342cb6ec91f3dfae49e59e57def
parent54751142df75dd2e7c8191a33f96b0901f081cd3 (diff)
Notes
-rw-r--r--usr.bin/objformat/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/objformat/Makefile b/usr.bin/objformat/Makefile
index dcfd23bf1e2d..1f28d3b5201c 100644
--- a/usr.bin/objformat/Makefile
+++ b/usr.bin/objformat/Makefile
@@ -13,6 +13,8 @@ CFLAGS+= -DFREEBSD_AOUT
LINKS+= ${BINDIR}/objformat ${BINDIR}/addr2line
LINKS+= ${BINDIR}/objformat ${BINDIR}/ar
LINKS+= ${BINDIR}/objformat ${BINDIR}/as
+LINKS+= ${BINDIR}/objformat ${BINDIR}/c++filt
+LINKS+= ${BINDIR}/objformat ${BINDIR}/gdb
LINKS+= ${BINDIR}/objformat ${BINDIR}/ld
LINKS+= ${BINDIR}/objformat ${BINDIR}/nm
LINKS+= ${BINDIR}/objformat ${BINDIR}/objcopy