summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorwiz <wiz>2005-07-28 13:07:17 +0000
committerwiz <wiz>2005-07-28 13:07:17 +0000
commit48cb11c2be599549be640c2d3595d93061fdc64d (patch)
tree4015e5afcb5b949d56a009c4a911fb33b8e2d7df /mk/bsd.prefs.mk
parent461b3d266524062632e2a7d11e0a402de0fab47e (diff)
downloadpkgsrc-48cb11c2be599549be640c2d3595d93061fdc64d.tar.gz
Start documenting variables.
Diffstat (limited to 'mk/bsd.prefs.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.