diff options
author | tron <tron> | 2000-05-09 07:12:57 +0000 |
---|---|---|
committer | tron <tron> | 2000-05-09 07:12:57 +0000 |
commit | 51e77c2f067bd6e7d54489c7267e1f15ee60c998 (patch) | |
tree | ef6a17d37690110b9a9f708a6dd11b5aab0130d4 /www/navigator/Makefile | |
parent | be64632cca9be4eb34defff0cca17a8c7fbaa242 (diff) | |
download | pkgsrc-51e77c2f067bd6e7d54489c7267e1f15ee60c998.tar.gz |
Don't define "NS_ENCRYPTION" before including "pkgsrc/mk/bsd.prefs.mk" so
that a "NS_ENCRYPTION?= ..." in "/etc/mk.conf" will work.
Diffstat (limited to 'www/navigator/Makefile')
-rw-r--r-- | www/navigator/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/navigator/Makefile b/www/navigator/Makefile index 994540b9a85..b49b32b04d9 100644 --- a/www/navigator/Makefile +++ b/www/navigator/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2000/01/05 15:43:34 abs Exp $ +# $NetBSD: Makefile,v 1.24 2000/05/09 07:12:58 tron Exp $ # BINNAME= navigator DIST_SDIR_NAME= navigator_standalone -NS_ENCRYPTION?= export -# + .include "../navigator/Makefile.common" |