diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-08-31 23:34:37 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-08-31 23:34:37 +0000 |
| commit | 04df7eaa71ea8e891a08c07c5c55760602de5f13 (patch) | |
| tree | a8e09b49a7a0f5a3664bd44a1a9648004451a94e /share | |
| parent | c73b70eec4b68178784c31aec3da953f2dc866d5 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/mk/bsd.own.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 45c51e5a2f65..345fbe3210a6 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 <bsd.own.mk> 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 |
