diff options
author | dan <dan@FreeBSD.org> | 2000-03-20 17:08:30 +0000 |
---|---|---|
committer | dan <dan@FreeBSD.org> | 2000-03-20 17:08:30 +0000 |
commit | d58a7ce7d9d07c721c6dac5096e283fb6d1b5816 (patch) | |
tree | a7362daba86ebc8f8a1cb1cd229039cec982699e | |
parent | 8d6ef7262607df09489a4257d8bc914b7dfaec05 (diff) | |
download | FreeBSD-src-d58a7ce7d9d07c721c6dac5096e283fb6d1b5816.zip FreeBSD-src-d58a7ce7d9d07c721c6dac5096e283fb6d1b5816.tar.gz |
Document NOUUCP switch
-rw-r--r-- | etc/defaults/make.conf | 1 | ||||
-rw-r--r-- | share/examples/etc/make.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 0ae86e3..48135de 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -44,6 +44,7 @@ #NOLIBC_R= true # do not build libc_r (re-entrant version of libc) #NOSECURE= true # do not build crypto code in secure/ subdir #NOSHARE= true # do not go into the share subdir +#NOUUCP= true # do not build uucp related programs # # To tell the base system that you are using RSAREF (from ports). # (This needs revisiting) - it is very likely that this is too diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 0ae86e3..48135de 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -44,6 +44,7 @@ #NOLIBC_R= true # do not build libc_r (re-entrant version of libc) #NOSECURE= true # do not build crypto code in secure/ subdir #NOSHARE= true # do not go into the share subdir +#NOUUCP= true # do not build uucp related programs # # To tell the base system that you are using RSAREF (from ports). # (This needs revisiting) - it is very likely that this is too |