summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-14 18:59:23 +0000
committerjlam <jlam@pkgsrc.org>2001-05-14 18:59:23 +0000
commit4ee3a0aa57750784ebea72a86e39b1a463ae4d2f (patch)
tree6fd13fc7cb6fc0a1be97102c64e32160c5b39305 /mk
parent8888c438d6b3a4334dac1132fd30315f5b3dbcc1 (diff)
downloadpkgsrc-4ee3a0aa57750784ebea72a86e39b1a463ae4d2f.tar.gz
Document new variable SAMBA_WITH_CUPS that toggles whether net/samba is
built with native support CUPS, the UNIX IPP implementation.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 1501b51389b..024ff54c99f 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.208 2001/05/13 19:02:47 kim Exp $
+# $NetBSD: mk.conf.example,v 1.209 2001/05/14 18:59:23 jlam Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -757,6 +757,12 @@ PAPERSIZE= A4
# Possible: 8, 16, 32
# Default: 8
+#SAMBA_WITH_CUPS=
+# Used in the samba package to compile in native support for the UNIX IPP
+# implementation, CUPS.
+# Possible: defined, not defined
+# Default: not defined
+
#SDL_USE_NAS=
# Used in SDL package to enable use of the network audio system
# Possible: defined, not defined