aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-06-12 10:52:52 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-06-12 10:52:52 +0000
commite6b32a86af73cab9fcb6f67b5575e7032bf5e977 (patch)
treedcf6ae0e725c5829238a01af56f49d720fb9aeac /share
parentbf0b2559679a9a27b5c41ab33244c2c0911c144d (diff)
downloadsrc-e6b32a86af73cab9fcb6f67b5575e7032bf5e977.tar.gz
src-e6b32a86af73cab9fcb6f67b5575e7032bf5e977.zip
Move bsd.own.mk after make.conf, this allows BINFORMAT to be set in
/etc/make.conf - it changes LIBDIR in bsd.own.mk. Note that there are still problems with this, individual Makefiles cannot override BINFORMAT.
Notes
Notes: svn path=/head/; revision=36911
Diffstat (limited to 'share')
-rw-r--r--share/mk/sys.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index 756a59269057..aadfb6612ee8 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -1,5 +1,5 @@
# from: @(#)sys.mk 8.2 (Berkeley) 3/21/94
-# $Id: sys.mk,v 1.36 1998/06/03 22:07:26 jb Exp $
+# $Id: sys.mk,v 1.37 1998/06/05 18:38:55 dt Exp $
unix ?= We run FreeBSD, not UNIX.
@@ -243,12 +243,12 @@ HTAGSFLAGS=
.endif
-.include <bsd.own.mk>
-
.if exists(/etc/make.conf)
.include </etc/make.conf>
.endif
+.include <bsd.own.mk>
+
# Architectures that use NetBSD syscalls:
.if ${MACHINE_ARCH} == "alpha"
CFLAGS += -D__NETBSD_SYSCALLS