Skip to content

Commit

Permalink
Add some more keywords, so that one can grep for "mk.conf" and find the
Browse files Browse the repository at this point in the history
relevant code that loads the configuration.
  • Loading branch information
rillig committed May 29, 2007
1 parent b372224 commit 36fa355
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mk/bsd.prefs.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: bsd.prefs.mk,v 1.250 2007/05/07 22:16:04 rillig Exp $
# $NetBSD: bsd.prefs.mk,v 1.251 2007/05/29 14:48:49 rillig Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
Expand Down Expand Up @@ -333,6 +333,8 @@ SHAREMODE?= ${DOCMODE}

# 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
Expand Down

0 comments on commit 36fa355

Please sign in to comment.