summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-07-29 13:17:57 +0000
committerjoerg <joerg@pkgsrc.org>2007-07-29 13:17:57 +0000
commit910d37bad9cfb3e42c9d728924918b4e7af108d1 (patch)
treea24463c5362fbfec0c5d6349a3efbbdab025afcc /mk/bsd.prefs.mk
parentd2d6d66df9b1aa7ecbb8555d4253eac4dc30d5ab (diff)
downloadpkgsrc-910d37bad9cfb3e42c9d728924918b4e7af108d1.tar.gz
Remove explicit include of sys.mk, which has been made redundant by
jlam's include of bsd.own.mk in June 2002.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index aec02ae7965..90b7cb062f7 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.254 2007/07/29 05:19:41 jlam Exp $
+# $NetBSD: bsd.prefs.mk,v 1.255 2007/07/29 13:17:57 joerg Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -332,12 +332,6 @@ SHAREMODE?= ${DOCMODE}
@${FALSE}
.endif
-# Preload all default values for CFLAGS, LDFLAGS, etc. before bsd.pkg.mk
-# or a pkg Makefile modifies them.
-# The file <sys.mk> includes the mk.conf file indirectly, so here is the
-# point where the user settings are loaded.
-.include <sys.mk>
-
# Load the OS-specific definitions for program variables. Default to loading
# the NetBSD ones if an OS-specific file doesn't exist.
.if exists(${_PKGSRC_TOPDIR}/mk/platform/${OPSYS}.mk)