diff options
Diffstat (limited to 'lang/sun-jre13/Makefile.common')
-rw-r--r-- | lang/sun-jre13/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/sun-jre13/Makefile.common b/lang/sun-jre13/Makefile.common index eb252db4a61..32b35e68d45 100644 --- a/lang/sun-jre13/Makefile.common +++ b/lang/sun-jre13/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2003/01/29 11:10:24 jlam Exp $ +# $NetBSD: Makefile.common,v 1.12 2003/02/05 03:37:44 jlam Exp $ # MASTER_SITES is very special, and must end in "=": CATEGORIES= lang @@ -17,6 +17,8 @@ NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} +INTERACTIVE_STAGE= fetch + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Darwin" |