diff options
author | green <green@FreeBSD.org> | 1999-12-24 15:18:19 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 1999-12-24 15:18:19 +0000 |
commit | 28208a284bc153c95aeb50461cfbd7e72d63edbc (patch) | |
tree | 80ff8112bb13a52cac4097a19e71bb8a0e6e9585 /usr.bin/objformat/Makefile | |
parent | e6f832ef0522b4dea6da92a3df69c4c09ada8de1 (diff) | |
download | FreeBSD-src-28208a284bc153c95aeb50461cfbd7e72d63edbc.zip FreeBSD-src-28208a284bc153c95aeb50461cfbd7e72d63edbc.tar.gz |
Since we build and install gasp(1) in /usr/libexec/${OBJFORMAT}/,
and it is a user-run utility, it should be in objformat, so gasp
is in the ${PATH} :)
Diffstat (limited to 'usr.bin/objformat/Makefile')
-rw-r--r-- | usr.bin/objformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/objformat/Makefile b/usr.bin/objformat/Makefile index a56fdd4..813f324 100644 --- a/usr.bin/objformat/Makefile +++ b/usr.bin/objformat/Makefile @@ -8,6 +8,7 @@ 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}/gasp LINKS+= ${BINDIR}/objformat ${BINDIR}/gdb LINKS+= ${BINDIR}/objformat ${BINDIR}/ld LINKS+= ${BINDIR}/objformat ${BINDIR}/nm |