diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 653ec57c4ba..c264c506392 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.156 2000/09/26 11:09:26 agc Exp $ +# $NetBSD: mk.conf.example,v 1.157 2000/10/15 07:20:43 veego Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -648,6 +648,11 @@ PAPERSIZE= A4 # Possible: YES, or NO. # Default: NO +#TIN_USE_INN_SPOOL +# Used to enable reading directly in an inn spool. +# Possible: YES, or NO. +# Default: NO + #TCSH_STATIC= # Produce static version of tcsh binary - advised if used as login shell # Possible: defined, not defined |