diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-29 13:17:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-29 13:17:57 +0000 |
commit | 0985dc23b6df529c193aac4409544dbb5740a027 (patch) | |
tree | a24463c5362fbfec0c5d6349a3efbbdab025afcc /mk | |
parent | 228a9a79771fe6e32c83d1040270f578b4d0f8fa (diff) | |
download | pkgsrc-0985dc23b6df529c193aac4409544dbb5740a027.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')
-rw-r--r-- | mk/bsd.prefs.mk | 8 |
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) |