summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-02-24 10:45:42 +0000
committeragc <agc@pkgsrc.org>1999-02-24 10:45:42 +0000
commit3a8ab982fcb7da8d70e631333a1565a32fe76abe (patch)
treed793676c97959fa197f650b26dac0e4549691c40 /mk
parent2678c7a67d8956c8946dc2bcd142ff9c93e95c35 (diff)
downloadpkgsrc-3a8ab982fcb7da8d70e631333a1565a32fe76abe.tar.gz
Use leading spaces before the comment, rather than leading tabs, so that
make(1) does not puke. Add a note at the top of the file for people editing it, requesting them to do just that.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example10
1 files changed, 7 insertions, 3 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 38bd4a8305e..871edaa38d7 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.43 1999/02/23 17:10:53 bouyer Exp $
+# $NetBSD: mk.conf.example,v 1.44 1999/02/24 10:45:42 agc Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
# for building either NetBSD or some of the NetBSD packages collection.
@@ -8,6 +8,10 @@
# Definitely not complete yet. - agc Fri Mar 27 16:42:38 GMT 1998
#
+# ************************************************************************
+# NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS.
+# ************************************************************************
+
#
# Firstly, definitions for NetBSD and package collection
#
@@ -131,8 +135,8 @@
#AMANDA_SMB= # Used in the amanda-client package to enable
# backup with smbclient
- # Possible: defined, not defined
- # Default: not defined
+ # Possible: defined, not defined
+ # Default: not defined
#BOOTSTRAP_EGCS= # Used in egcs-current package to set
# bootstrap compile (two-stage) mode.