mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Convert to more canonical format.. It seems that both Soren and I were
working on this in parallel.. :-(
This commit is contained in:
parent
1907cbbd35
commit
e27b6961ff
1 changed files with 8 additions and 8 deletions
|
|
@ -10,13 +10,13 @@ CFLAGS+= -DFREEBSD_ELF
|
|||
CFLAGS+= -DFREEBSD_AOUT
|
||||
.endif
|
||||
|
||||
LINKS+= /usr/bin/objformat /usr/bin/ar
|
||||
LINKS+= /usr/bin/objformat /usr/bin/as
|
||||
LINKS+= /usr/bin/objformat /usr/bin/ld
|
||||
LINKS+= /usr/bin/objformat /usr/bin/nm
|
||||
LINKS+= /usr/bin/objformat /usr/bin/ranlib
|
||||
LINKS+= /usr/bin/objformat /usr/bin/size
|
||||
LINKS+= /usr/bin/objformat /usr/bin/strings
|
||||
LINKS+= /usr/bin/objformat /usr/bin/strip
|
||||
LINKS+= ${BINDIR}/objformat ${BINDIR}/ar
|
||||
LINKS+= ${BINDIR}/objformat ${BINDIR}/as
|
||||
LINKS+= ${BINDIR}/objformat ${BINDIR}/ld
|
||||
LINKS+= ${BINDIR}/objformat ${BINDIR}/nm
|
||||
LINKS+= ${BINDIR}/objformat ${BINDIR}/ranlib
|
||||
LINKS+= ${BINDIR}/objformat ${BINDIR}/size
|
||||
LINKS+= ${BINDIR}/objformat ${BINDIR}/strings
|
||||
LINKS+= ${BINDIR}/objformat ${BINDIR}/strip
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue