aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Moschuk <dan@FreeBSD.org>2000-03-20 17:08:30 +0000
committerDan Moschuk <dan@FreeBSD.org>2000-03-20 17:08:30 +0000
commit874294bac3901eba299abfc5d6a71e26720b53fa (patch)
treeb5c2b47cb16809c0bfce9dc4d9a1305ad42facb0
parent16aae9cbc06b4c93802ba5bb59985aa85a096e73 (diff)
Notes
-rw-r--r--etc/defaults/make.conf1
-rw-r--r--share/examples/etc/make.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index 0ae86e35dc74..48135deda45e 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 0ae86e35dc74..48135deda45e 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