allow import of NSPR and DBM from mozilla when building with BSAFE.

This commit is contained in:
mcgreer%netscape.com 2000-05-17 23:19:18 +00:00
Родитель 0b5a4259b7
Коммит b5b10b72a8
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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