diff --git a/mozilla/security/psm/Makefile b/mozilla/security/psm/Makefile index f21d5a1f00c..f1dc14c1338 100755 --- a/mozilla/security/psm/Makefile +++ b/mozilla/security/psm/Makefile @@ -73,12 +73,9 @@ include $(CORE_DEPTH)/coreconf/rules.mk ####################################################################### psm_RelEng_srvr_bld: -ifeq ($(OS_ARCH), SunOS) -ifeq ($(OS_RELEASE), 5.5.1) - cd ../nss; gmake import IMPORTS=nspr20/v4.0-sol251-20000504 RELEASE_TREE=/h/tortoise/export/share/builds/components -endif -endif - cd ../nss; gmake nss_RelEng_bld + cd ../../nsprpub; gmake + cd ../nss; gmake import IMPORTS=dbm/DBM_1_54 + cd ../nss; gmake ifeq ($(OS_ARCH), WINNT) gmake import IMPORTS=nlslayer/m16 else