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.
This commit is contained in:
Peter Wemm 1998-06-12 10:52:52 +00:00
parent bf0b255967
commit e6b32a86af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36911

View File

@ -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