diff options
author | jlam <jlam> | 2001-05-14 18:59:23 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-14 18:59:23 +0000 |
commit | e62bd1be33e431bc234bdbf054214487cfbc658b (patch) | |
tree | 6fd13fc7cb6fc0a1be97102c64e32160c5b39305 /mk | |
parent | a8e81f8bccd91b76cd2d45f60e80cb51f2334365 (diff) | |
download | pkgsrc-e62bd1be33e431bc234bdbf054214487cfbc658b.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.example | 8 |
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 |