summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/mk/bsd.own.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index b4e0501..fe185aa 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $Id: bsd.own.mk,v 1.19 1998/09/14 08:34:45 obrien Exp $
+# $Id: bsd.own.mk,v 1.20 1998/10/19 20:09:17 imp Exp $
#
# The include file <bsd.own.mk> set common variables for owner,
# group, mode, and directories. Defaults are in brackets.
@@ -131,11 +131,7 @@ MACHINE_ARCH?= i386
.endif
# Default executable format
-.if ${MACHINE_ARCH} == "i386"
-OBJFORMAT?= aout
-.else
OBJFORMAT?= elf
-.endif
# Binaries
BINOWN?= root
OpenPOWER on IntegriCloud