summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz>2005-07-28 13:07:17 +0000
committerwiz <wiz>2005-07-28 13:07:17 +0000
commit90cc9ec58bb6f6bdb435f93dce53f19d9eb4439e (patch)
tree4015e5afcb5b949d56a009c4a911fb33b8e2d7df /mk
parent4f6128ecb2358972b680412d70199dc8c7eca35b (diff)
downloadpkgsrc-90cc9ec58bb6f6bdb435f93dce53f19d9eb4439e.tar.gz
Start documenting variables.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.prefs.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 8f186b7708e..92a2df2af2e 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.198 2005/07/19 22:31:01 jlam Exp $
+# $NetBSD: bsd.prefs.mk,v 1.199 2005/07/28 13:07:17 wiz Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -7,6 +7,11 @@
# the system defaults (sys.mk and bsd.own.mk) are used.
# Do not recursively include mk.conf, redefine OPSYS, include bsd.own.mk, etc.
+
+# Some variables defined here:
+# OPSYS
+# The operating system name, as returned by ``uname -s''.
+
.if !defined(BSD_PKG_MK)
# Let mk.conf know that this is pkgsrc.