summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcgreer%netscape.com <devnull@localhost>2000-05-17 23:19:18 +0000
committermcgreer%netscape.com <devnull@localhost>2000-05-17 23:19:18 +0000
commit1c03b64c7ab27a8b385e2c405089e77d1eb769dd (patch)
treeddf693f7ab100776ea5d838a5771f1c2641543be
parentd9fdd3f95b431da11492dc2246fdeaed1ce34e13 (diff)
downloadnss-hg-1c03b64c7ab27a8b385e2c405089e77d1eb769dd.tar.gz
allow import of NSPR and DBM from mozilla when building with BSAFE.
-rw-r--r--security/nss/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile
index 485f7ff32..85133ceb0 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -72,6 +72,12 @@ include $(CORE_DEPTH)/coreconf/rules.mk
# (7) Execute "local" rules. (OPTIONAL). #
#######################################################################
+ifdef MOZILLA_BSAFE_BUILD
+moz_import::
+ $(NSINSTALL) -L ../../../dist include $(DIST)
+ $(NSINSTALL) -L ../../../dist lib $(DIST)
+endif
+
nsm:: all
cd ssm/lib/protocol; gmake
cd ssm/server; gmake import; gmake