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 - .if exists(/etc/make.conf) .include .endif +.include + # Architectures that use NetBSD syscalls: .if ${MACHINE_ARCH} == "alpha" CFLAGS += -D__NETBSD_SYSCALLS