diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-06-09 11:13:52 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-06-09 11:13:52 +0000 |
| commit | 476a220578cd894a95ede3c2a927fe754fcba4b7 (patch) | |
| tree | ea571c77f7690359236d894db0d265ac802f76a5 /etc | |
| parent | e6f5a681948beee26268cf192474bb5d2e156cac (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/defaults/make.conf | 8 | ||||
| -rw-r--r-- | etc/make.conf | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 512b6becd1a7..16188cedf711 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.2 1994/06/05 20:37:15 csgr Exp $ +# $Id: make.conf,v 1.3 1994/06/09 08:32:58 ache Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk) # It allows you to override macro definitions to make, without changing @@ -38,3 +38,9 @@ # when they are installed: # #NOMANCOMPRESS= no_way +# +# +# Default format for system documentation, depends on your printer. +# Set this to "ascii" for simple printers or screen +# +#PRINTER= ps diff --git a/etc/make.conf b/etc/make.conf index 512b6becd1a7..16188cedf711 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.2 1994/06/05 20:37:15 csgr Exp $ +# $Id: make.conf,v 1.3 1994/06/09 08:32:58 ache Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk) # It allows you to override macro definitions to make, without changing @@ -38,3 +38,9 @@ # when they are installed: # #NOMANCOMPRESS= no_way +# +# +# Default format for system documentation, depends on your printer. +# Set this to "ascii" for simple printers or screen +# +#PRINTER= ps |
