aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.subdir.mk
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-01-30 04:29:04 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-01-30 04:29:04 +0000
commitcbd60a5b80b8fa44c04db484f2e99d9e4c314802 (patch)
treeec89bf90a208686b51e89a7f082e541db28d956c /Mk/bsd.port.subdir.mk
parenta01439c2ca857df62d783ca85972a47474b700d1 (diff)
downloadports-cbd60a5b80b8fa44c04db484f2e99d9e4c314802.tar.gz
ports-cbd60a5b80b8fa44c04db484f2e99d9e4c314802.zip
* Hard-code PORTOBJFORMAT?= elf instead of using the (now removed)
objformat(1) and defaulting to a.out. This will be removed entirely once port makefiles no longer reference it.
Notes
Notes: svn path=/head/; revision=183681
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r--Mk/bsd.port.subdir.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk
index 0ee1bce07b0b..0f93ac07a39a 100644
--- a/Mk/bsd.port.subdir.mk
+++ b/Mk/bsd.port.subdir.mk
@@ -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