From 68a8c771724d4fc671cac3ce95f78d4fb1874cfe Mon Sep 17 00:00:00 2001 From: jdp Date: Wed, 16 Sep 1998 04:11:15 +0000 Subject: Add links to addr2line, objcopy, and objdump. These exist only for ELF, but still I think this is the best way to get them into the shell's search path. --- usr.bin/objformat/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr.bin/objformat') diff --git a/usr.bin/objformat/Makefile b/usr.bin/objformat/Makefile index f41dde4..dcfd23b 100644 --- a/usr.bin/objformat/Makefile +++ b/usr.bin/objformat/Makefile @@ -10,10 +10,13 @@ CFLAGS+= -DFREEBSD_ELF CFLAGS+= -DFREEBSD_AOUT .endif +LINKS+= ${BINDIR}/objformat ${BINDIR}/addr2line LINKS+= ${BINDIR}/objformat ${BINDIR}/ar LINKS+= ${BINDIR}/objformat ${BINDIR}/as LINKS+= ${BINDIR}/objformat ${BINDIR}/ld LINKS+= ${BINDIR}/objformat ${BINDIR}/nm +LINKS+= ${BINDIR}/objformat ${BINDIR}/objcopy +LINKS+= ${BINDIR}/objformat ${BINDIR}/objdump LINKS+= ${BINDIR}/objformat ${BINDIR}/ranlib LINKS+= ${BINDIR}/objformat ${BINDIR}/size LINKS+= ${BINDIR}/objformat ${BINDIR}/strings -- cgit v1.1