1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Catch this up with the master copy in ports/Mk.

This commit is contained in:
Mark Linimon 2007-02-02 21:29:09 +00:00
parent cee7b65345
commit 25174ec51c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183985
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ OSVERSION!= /usr/sbin/sysctl -n kern.osreldate
.endif
.endif
.if !defined(PORTOBJFORMAT)
PORTOBJFORMAT!= test -x ${DESTDIR}/usr/bin/objformat && ${DESTDIR}/usr/bin/objformat || echo aout
PORTOBJFORMAT?= elf
.endif
.endif

View File

@ -61,7 +61,7 @@ OSVERSION!= /usr/sbin/sysctl -n kern.osreldate
.endif
.endif
.if !defined(PORTOBJFORMAT)
PORTOBJFORMAT!= test -x ${DESTDIR}/usr/bin/objformat && ${DESTDIR}/usr/bin/objformat || echo aout
PORTOBJFORMAT?= elf
.endif
.endif