summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-09-09 04:42:34 +0000
committerpeter <peter@FreeBSD.org>2000-09-09 04:42:34 +0000
commite02c3d5c171cde15a56287fe8330da2857ee380a (patch)
tree26ed12ab94c2f292d3cd3553956447c7622b39db /Makefile.inc1
parent3eeeb3783a32da9e43ce00e72c66f3c3c3917fca (diff)
downloadFreeBSD-src-e02c3d5c171cde15a56287fe8330da2857ee380a.zip
FreeBSD-src-e02c3d5c171cde15a56287fe8330da2857ee380a.tar.gz
USA_RESIDENT is no longer required for buildworld, do not force it.
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 b11029f..1c64f80 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"
OpenPOWER on IntegriCloud