summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorbouyer <bouyer>1999-02-23 17:10:53 +0000
committerbouyer <bouyer>1999-02-23 17:10:53 +0000
commitb5ebc771e77d0a637dd8ad3f7d0d605148c5c6b1 (patch)
tree186dc07d0b2aee3b1e0a9c93700d9ae2759804c0 /mk
parentd6e3900cc45c409e37f517f1bdc25fda076d8733 (diff)
downloadpkgsrc-b5ebc771e77d0a637dd8ad3f7d0d605148c5c6b1.tar.gz
A new variable, AMANDA_SMB, to control support of backup with smbclient.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example9
1 files changed, 7 insertions, 2 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 217c6d6a63c..38bd4a8305e 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.42 1999/02/21 21:25:03 agc Exp $
+# $NetBSD: mk.conf.example,v 1.43 1999/02/23 17:10:53 bouyer 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.
@@ -124,11 +124,16 @@
# Definitions used only in the packages collection
#
-#AMANDA_USER= backup # Used in the amanda package to specify the
+#AMANDA_USER= backup # Used in the amanda packages to specify the
# login user and group responsible for backups
# Possible: any user name
# Default: backup
+#AMANDA_SMB= # Used in the amanda-client package to enable
+ # backup with smbclient
+ # Possible: defined, not defined
+ # Default: not defined
+
#BOOTSTRAP_EGCS= # Used in egcs-current package to set
# bootstrap compile (two-stage) mode.
# Possible: defined, not defined