pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Start documenting variables.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5bd512c91289
branches:  trunk
changeset: 497453:5bd512c91289
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 28 13:07:17 2005 +0000

description:
Start documenting variables.

diffstat:

 mk/bsd.prefs.mk |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r fdbe838e1190 -r 5bd512c91289 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Thu Jul 28 13:07:03 2005 +0000
+++ b/mk/bsd.prefs.mk   Thu Jul 28 13:07:17 2005 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index