diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-09-28 22:11:21 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-09-28 22:11:21 +0000 |
| commit | 6b60b66862c2353614f87373c8cb5dd3066941b7 (patch) | |
| tree | e8cf28bc452e59e38b2492e552d24061fe52068a /etc/defaults | |
| parent | b0a117a8bcc5a8b63ecc6eb19ee3ea3219654d88 (diff) | |
Notes
Diffstat (limited to 'etc/defaults')
| -rw-r--r-- | etc/defaults/make.conf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 648b8939643e..12abe9e8059d 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id$ +# $Id: make.conf,v 1.51 1997/09/28 09:29:11 markm Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -103,6 +103,13 @@ # #FTP_PASSIVE_MODE= YES # +# If you're resident in the USA, this will help various ports to determine +# whether or not they should attempt to comply with the various U.S. +# export regulations on certain types of software which do not apply to +# anyone else in the world. +# +#USA_RESIDENT= YES +# # # Port master sites. # |
