diff options
author | phk <phk@FreeBSD.org> | 1998-04-15 16:37:42 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-04-15 16:37:42 +0000 |
commit | 2e0f496de306a87ac3dafbea544cbf99303dc095 (patch) | |
tree | 1b3d32cac545e4625d50d5892a58cd28796f8574 /etc/defaults | |
parent | 3904536736761b344e3551baffa6f3fe0fc4c9ba (diff) | |
download | FreeBSD-src-2e0f496de306a87ac3dafbea544cbf99303dc095.zip FreeBSD-src-2e0f496de306a87ac3dafbea544cbf99303dc095.tar.gz |
In light of the fact that several widespread sendmail alternatives exists
is reason enough to make the compilation & installation of sendmail an
make.conf option. I know that you hate negative options Bruce.
PR: 6284
Reviewed by: phk
Submitted by: Adrian Colley <aecolley@world.std.com>
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/make.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 7036943..ba5bf75 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.58 1998/03/18 08:00:25 jkh Exp $ +# $Id: make.conf,v 1.59 1998/03/26 06:06:22 dima 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 @@ -23,6 +23,9 @@ # To avoid building the suid perl #NOSUIDPERL= true # +# To avoid building sendmail +#NOSENDMAIL= true +# # To have 'obj' symlinks created in your source directory # (they aren't needed/necessary) #OBJLINK= yes |