From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- security/nss/cmd/manifest.mn | 108 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 security/nss/cmd/manifest.mn (limited to 'security/nss/cmd/manifest.mn') diff --git a/security/nss/cmd/manifest.mn b/security/nss/cmd/manifest.mn new file mode 100644 index 000000000..153384ce1 --- /dev/null +++ b/security/nss/cmd/manifest.mn @@ -0,0 +1,108 @@ +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +DEPTH = .. +# MODULE = seccmd + +SOFTOKEN_SRCDIRS= +NSS_SRCDIRS= +LIB_SRCDIRS= + +ifdef NSS_BUILD_UTIL_ONLY +REQUIRES = nspr +else +REQUIRES = nss nspr libdbm +LIB_SRCDIRS = \ + lib \ + $(NULL) +endif + +ifndef NSS_BUILD_UTIL_ONLY +SOFTOKEN_SRCDIRS = \ + $(BLTEST_SRCDIR) \ + $(ECPERF_SRCDIR) \ + $(FREEBL_ECTEST_SRCDIR) \ + $(FIPSTEST_SRCDIR) \ + $(LOWHASHTEST_SRCDIR) \ + $(SHLIBSIGN_SRCDIR) \ + $(NULL) +endif + +ifndef NSS_BUILD_SOFTOKEN_ONLY +ifndef NSS_BUILD_UTIL_ONLY +NSS_SRCDIRS = \ + addbuiltin \ + atob \ + btoa \ + certcgi \ + certutil \ + chktest \ + crlutil \ + crmftest \ + dbtest \ + derdump \ + digest \ + httpserv \ + listsuites \ + makepqg \ + multinit \ + ocspclnt \ + ocspresp \ + oidcalc \ + p7content \ + p7env \ + p7sign \ + p7verify \ + pk12util \ + pk11ectest \ + pk11gcmtest \ + pk11mode \ + pk1sign \ + pp \ + pwdecrypt \ + rsaperf \ + sdrtest \ + selfserv \ + signtool \ + signver \ + smimetools \ + ssltap \ + strsclnt \ + symkeyutil \ + tests \ + tstclnt \ + vfychain \ + vfyserv \ + modutil \ + $(NULL) + +ifndef NSS_DISABLE_LIBPKIX +NSS_SRCDIRS += \ + pkix-errcodes \ + $(NULL) +endif + +endif +endif + +DIRS = \ + $(LIB_SRCDIRS) \ + $(SOFTOKEN_SRCDIRS) \ + $(NSS_SRCDIRS) + +TEMPORARILY_DONT_BUILD = \ + $(NULL) + +# rsaperf \ +# +# needs to look at what needs to happen to make jar build in +# the binary release environment. +# +# perror requires lib/strerror.c which requires the client code installed +# to build (requires allxpstr.h) +# +DONT_BULD = jar \ + perror \ +$(NULL) -- cgit v1.2.3