diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-04-15 16:37:42 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-04-15 16:37:42 +0000 |
| commit | 5a85f025f8e337dc96b05521fe12009edab1e54b (patch) | |
| tree | e7b66fd1fa2255055a6e7572a7c60845b89bb3ae /etc | |
| parent | 37223939f0cedc7c758165d666c1636fb2d72d00 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/defaults/make.conf | 5 | ||||
| -rw-r--r-- | etc/make.conf | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 703694344a74..ba5bf75a4430 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 diff --git a/etc/make.conf b/etc/make.conf index 703694344a74..ba5bf75a4430 100644 --- a/etc/make.conf +++ b/etc/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 |
