summaryrefslogtreecommitdiffstats
path: root/share/mk/sys.mk
diff options
context:
space:
mode:
Diffstat (limited to 'share/mk/sys.mk')
-rw-r--r--share/mk/sys.mk10
1 files changed, 1 insertions, 9 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index dcd4208..c24a34ef 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -259,14 +259,6 @@ __MAKE_CONF?=/etc/make.conf
.include </etc/make.conf.local>
.endif
-#
-# The build tools are indirected by /usr/bin/objformat which determines the
-# object format from the OBJFORMAT environment variable and if this is not
-# defined, it reads /etc/objformat.
-#
-.if exists(/etc/objformat) && !defined(OBJFORMAT)
-.include "/etc/objformat"
-.endif
-
# Default executable format
+# XXX hint for bsd.port.mk
OBJFORMAT?= elf
OpenPOWER on IntegriCloud