From 4fa5599a7aee68ca0eb4a577be65769b1a60c513 Mon Sep 17 00:00:00 2001 From: jb Date: Mon, 31 Aug 1998 23:34:37 +0000 Subject: Oops, I missed the update from /etc/objectformat to /etc/objformat which caused a port-ELF upgrade to continue to build aout. --- share/mk/bsd.own.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/mk') diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 45c51e5..345fbe3 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $Id: bsd.own.mk,v 1.16 1998/08/18 00:50:36 jb Exp $ +# $Id: bsd.own.mk,v 1.17 1998/08/30 20:35:24 jb Exp $ # # The include file set common variables for owner, # group, mode, and directories. Defaults are in brackets. @@ -126,8 +126,8 @@ MACHINE_ARCH?= i386 # object format from the OBJFORMAT environment variable and if this is not # defined, it reads /etc/objectformat. # -.if exists(/etc/objectformat) && !defined(OBJFORMAT) -.include "/etc/objectformat" +.if exists(/etc/objformat) && !defined(OBJFORMAT) +.include "/etc/objformat" .endif # Default executable format -- cgit v1.1