diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-09-15 03:52:17 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-09-15 03:52:17 +0000 |
| commit | 77dec3a0c76af7a34f5f54c22dc065a5c58a582d (patch) | |
| tree | c7889f5384649785893aede7c7e455a13919511b /etc | |
| parent | b1da34ca3134a986495428aeccc370274eae13be (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/defaults/make.conf | 3 | ||||
| -rw-r--r-- | etc/make.conf | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index e5146e1a7f3a0..a6eaba1f7a365 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -26,8 +26,9 @@ # To build perl with thread support #PERL_THREADED= true # -# To avoid building sendmail +# To avoid building various parts of the base system: #NO_SENDMAIL= true +#NO_CVS= true # # To compile just the kernel with special optimisations, you should use # this instead of CFLAGS (which is not applicable to kernel builds anyway): diff --git a/etc/make.conf b/etc/make.conf index e5146e1a7f3a0..a6eaba1f7a365 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -26,8 +26,9 @@ # To build perl with thread support #PERL_THREADED= true # -# To avoid building sendmail +# To avoid building various parts of the base system: #NO_SENDMAIL= true +#NO_CVS= true # # To compile just the kernel with special optimisations, you should use # this instead of CFLAGS (which is not applicable to kernel builds anyway): |
