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} :)
This commit is contained in:
Brian Feldman 1999-12-24 15:18:19 +00:00
parent 64c6ef6e8f
commit 9e5900ee43
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55089

View File

@ -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