diff options
author | hoek <hoek@FreeBSD.org> | 2000-05-31 21:45:15 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 2000-05-31 21:45:15 +0000 |
commit | 1e9a6591b3ec01649bdd23f565606937a14339c0 (patch) | |
tree | 3a930c3d86729e08d6aabfb45bdc72e25db9a82d /etc | |
parent | a40964c05571c970561b2bbd1e4bed085707671b (diff) | |
download | FreeBSD-src-1e9a6591b3ec01649bdd23f565606937a14339c0.zip FreeBSD-src-1e9a6591b3ec01649bdd23f565606937a14339c0.tar.gz |
Add a NO_LPR option. Useful for people who want to use LPRng.
PR: bin/18787 (David Gilbert <dgilbert@velocet.ca>)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/make.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 85b3c0c..bbcd542 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -45,6 +45,7 @@ #NO_CVS= true # do not build CVS #NO_BIND= true # do not build BIND #NO_FORTRAN= true # do not build g77 and related libraries +#NO_LPR= true # do not build lpr and related programs #NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector #NO_MODULES= true # do not build modules with the kernel #NO_OBJC= true # do not build Objective C support |