aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-09-09 04:42:34 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-09-09 04:42:34 +0000
commit1b73d196cbe7a4cd9fd406726ad6b527f851bab1 (patch)
tree8d3e97b14051a6827859fdb573923ed6ad922d65 /Makefile.inc1
parentcc198001ee407b59d6f77b47997ebf41ad688b27 (diff)
downloadsrc-1b73d196cbe7a4cd9fd406726ad6b527f851bab1.tar.gz
src-1b73d196cbe7a4cd9fd406726ad6b527f851bab1.zip
USA_RESIDENT is no longer required for buildworld, do not force it.
Notes
Notes: svn path=/head/; revision=65629
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc112
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index b11029f19b75..1c64f809dc76 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -215,18 +215,6 @@ INCDIRS= arpa g++/std objc protocols readline rpc rpcsvc openssl \
# success, regardless of how old your existing system is.
#
buildworld:
-.if !defined(NOSECURE) && !defined(NO_OPENSSL) && exists(${.CURDIR}/secure) && \
- (!defined(USA_RESIDENT) || (${USA_RESIDENT} != NO && \
- ${USA_RESIDENT} != YES))
- @echo
- @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
- @echo ">>> You must define the value of USA_RESIDENT as 'YES' or"
- @echo ">>> 'NO' as appropriate, in the environment or /etc/make.conf"
- @echo ">>> before building can proceed."
- @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
- @/usr/bin/false
-.endif
-
@echo
@echo "--------------------------------------------------------------"
@echo ">>> Rebuilding the temporary build tree"