diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-03-31 09:23:54 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-03-31 09:23:54 +0000 |
commit | b0b54e3d8b917a6eeaf781c19bad1590ff512da4 (patch) | |
tree | 805000c2289f6623ab48b8c288af571a4b70331e /share | |
parent | d142b5c512ecfa8f16dd9b6fa22b0b6c0f34ac93 (diff) | |
download | FreeBSD-src-b0b54e3d8b917a6eeaf781c19bad1590ff512da4.zip FreeBSD-src-b0b54e3d8b917a6eeaf781c19bad1590ff512da4.tar.gz |
Add a NO_MAILWRAPPER knob to make.conf and wrap it around
mailwrapper(8) for folks who find it annoying to have their development
version of sendmail blown away by ``make world''.
PR: 17394
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/etc/make.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 0ce6862..843e5eb 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -38,6 +38,7 @@ # To avoid building various parts of the base system: #NO_CVS= true # do not build CVS #NO_FORTRAN= true # do not build g77 and related libraries +#NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector #NO_OBJC= true # do not build Objective C support #NO_OPENSSH= true # do not build OpenSSH #NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH) |