diff options
Diffstat (limited to 'www/navigator/Makefile')
-rw-r--r-- | www/navigator/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/navigator/Makefile b/www/navigator/Makefile index 0e2fb8d5165..4767d2eb751 100644 --- a/www/navigator/Makefile +++ b/www/navigator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1999/07/01 23:28:32 tron Exp $ +# $NetBSD: Makefile,v 1.16 1999/07/12 00:06:58 jlam Exp $ # # Every effort has been made to keep the communicator and navigator # Makefiles as similar as possible. @@ -51,6 +51,8 @@ MOZILLA_HOME= ${PREFIX}/lib/netscape/${PKGNAME} PLIST_SRC= ${WRKDIR}/.PLIST_SRC NS_PLIST_SED= "s,\$${NS_VERS},${NS_VERS},g" +.include "../../mk/bsd.prefs.mk" + .if (${NS_ENCRYPTION} == "us") MASTER_SITES= RESTRICTED= "128-bit key strong encryption; export-controlled" |