From e02c3d5c171cde15a56287fe8330da2857ee380a Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 9 Sep 2000 04:42:34 +0000 Subject: USA_RESIDENT is no longer required for buildworld, do not force it. --- Makefile.inc1 | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'Makefile.inc1') 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" -- cgit v1.1