summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2001-03-29 22:22:53 +0000
committerkim <kim@pkgsrc.org>2001-03-29 22:22:53 +0000
commit7368255b5ad6c88d8cf28ee02c5b534ac5cb6c59 (patch)
treea707c2d9a05771a37045f36dd3d2103cc71a30a9 /mk
parentef690511534c12ef80270c302222a7c84e454a3b (diff)
downloadpkgsrc-7368255b5ad6c88d8cf28ee02c5b534ac5cb6c59.tar.gz
Make the default method of determining the current working directory
use "pwd" instead of "pawd". NOTE: if you are running amd you'll want to set SDIST_PAWD and SSYNC_PAWD to "pawd" in /etc/mk.conf now.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example14
1 files changed, 13 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index a4332d4f780..e6fe7daf279 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.191 2001/03/26 00:45:05 fredb Exp $
+# $NetBSD: mk.conf.example,v 1.192 2001/03/29 22:22:53 kim Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -699,6 +699,12 @@ PAPERSIZE= A4
# Possible: 8, 16, 32
# Default: 8
+#SDIST_PAWD= pawd
+# If you are using amd you'll want to use pawd instead of pwd to derive
+# the current working directory.
+# Possible: pawd, pwd
+# Default: pwd
+
#SERIAL_DEVICES=
# Used to provide a default setting for all the serial devices for
# various packages which communicate over the serial port.
@@ -740,6 +746,12 @@ PAPERSIZE= A4
# Possible: YES, or NO.
# Default: NO
+#SSYNC_PAWD= pawd
+# If you are using amd you'll want to use pawd instead of pwd to derive
+# the current working directory.
+# Possible: pawd, pwd
+# Default: pwd
+
#TIN_USE_INN_SPOOL
# Used to enable reading directly in an inn spool.
# Possible: YES, or NO.