USA_RESIDENT is no longer required for buildworld, do not force it.

This commit is contained in:
Peter Wemm 2000-09-09 04:42:34 +00:00
parent cc198001ee
commit 1b73d196cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65629

View File

@ -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"