From aa0fe0df807fc4921ab4407dc2f259a152ca7d7b Mon Sep 17 00:00:00 2001 From: "ddrinan%netscape.com" Date: Tue, 16 May 2000 18:47:22 +0000 Subject: [PATCH] Load the nlslayer/M14 from \\drinan. This is temporary git-svn-id: svn://10.0.0.236/trunk@70074 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/psm/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/security/psm/Makefile b/mozilla/security/psm/Makefile index 18ad4d3f797..5a5a1418fe0 100755 --- a/mozilla/security/psm/Makefile +++ b/mozilla/security/psm/Makefile @@ -79,6 +79,10 @@ ifeq ($(OS_RELEASE), 5.5.1) endif endif cd ../nss; gmake nss_RelEng_bld +ifeq($(OS_ARCH), WINNT) + gmake import IMPORTS=nlslayer/m14 RELEASE_TREE=//drinan/dist +else gmake import IMPORTS=nlslayer/m14 RELEASE_TREE=/h/tortoise/export/share/builds/components +endif gmake