RetroZilla/security/nss/cmd/manifest.mn

76 lines
1.2 KiB
Plaintext
Raw Normal View History

2015-10-21 05:03:22 +02:00
#
2018-05-04 16:08:28 +02:00
# 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/.
2015-10-21 05:03:22 +02:00
2018-05-04 16:08:28 +02:00
DEPTH = ..
2015-10-21 05:03:22 +02:00
# MODULE = seccmd
REQUIRES = nss nspr libdbm
DIRS = lib \
addbuiltin \
atob \
2018-05-04 16:08:28 +02:00
$(BLTEST_SRCDIR) \
2015-10-21 05:03:22 +02:00
btoa \
certcgi \
certutil \
checkcert \
2018-05-04 16:08:28 +02:00
chktest \
2015-10-21 05:03:22 +02:00
crlutil \
crmftest \
dbtest \
derdump \
digest \
2018-05-04 16:08:28 +02:00
httpserv \
$(FIPSTEST_SRCDIR) \
$(LOWHASHTEST_SRCDIR) \
listsuites \
2015-10-21 05:03:22 +02:00
makepqg \
2018-05-04 16:08:28 +02:00
multinit \
2015-10-21 05:03:22 +02:00
ocspclnt \
2018-05-04 16:08:28 +02:00
ocspresp \
2015-10-21 05:03:22 +02:00
oidcalc \
p7content \
p7env \
p7sign \
p7verify \
pk12util \
2018-05-04 16:08:28 +02:00
pk11gcmtest \
2015-10-21 05:03:22 +02:00
pk11mode \
2018-05-04 16:08:28 +02:00
pk1sign \
pkix-errcodes \
2015-10-21 05:03:22 +02:00
pp \
2018-05-04 16:08:28 +02:00
pwdecrypt \
2015-10-21 05:03:22 +02:00
rsaperf \
sdrtest \
selfserv \
signtool \
signver \
2018-05-04 16:08:28 +02:00
$(SHLIBSIGN_SRCDIR) \
2015-10-21 05:03:22 +02:00
smimetools \
ssltap \
strsclnt \
symkeyutil \
tests \
tstclnt \
vfychain \
vfyserv \
modutil \
$(NULL)
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)