diff options
author | phk <phk@FreeBSD.org> | 1998-05-08 20:15:39 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-05-08 20:15:39 +0000 |
commit | bade6f18a829ca9f72766c1673d43abe92e29f87 (patch) | |
tree | 9492217c8a70becae4b11070fbcee5b1f1372d52 /etc | |
parent | 656f78b87c6cd19d9ff53b32ae8840cb0e17121a (diff) | |
download | FreeBSD-src-bade6f18a829ca9f72766c1673d43abe92e29f87.zip FreeBSD-src-bade6f18a829ca9f72766c1673d43abe92e29f87.tar.gz |
Add a crucial missing _ in NO_SENDMAIL
PR: 6545
Reviewed by: phk
Submitted by: Jos Backus <jbackus@plex.nl>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/make.conf | 4 | ||||
-rw-r--r-- | etc/make.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 726c1e7..0db685a 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.61 1998/04/16 08:01:27 ache Exp $ +# $Id: make.conf,v 1.62 1998/04/16 08:21:24 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 @@ -27,7 +27,7 @@ #NOSUIDPERL= true # # To avoid building sendmail -#NOSENDMAIL= true +#NO_SENDMAIL= true # # To have 'obj' symlinks created in your source directory # (they aren't needed/necessary) diff --git a/etc/make.conf b/etc/make.conf index 726c1e7..0db685a 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.61 1998/04/16 08:01:27 ache Exp $ +# $Id: make.conf,v 1.62 1998/04/16 08:21:24 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 @@ -27,7 +27,7 @@ #NOSUIDPERL= true # # To avoid building sendmail -#NOSENDMAIL= true +#NO_SENDMAIL= true # # To have 'obj' symlinks created in your source directory # (they aren't needed/necessary) |