summaryrefslogtreecommitdiff
path: root/nss/cmd/ecperf/manifest.mn
diff options
context:
space:
mode:
Diffstat (limited to 'nss/cmd/ecperf/manifest.mn')
-rwxr-xr-xnss/cmd/ecperf/manifest.mn16
1 files changed, 5 insertions, 11 deletions
diff --git a/nss/cmd/ecperf/manifest.mn b/nss/cmd/ecperf/manifest.mn
index 61fa880..96cdc5a 100755
--- a/nss/cmd/ecperf/manifest.mn
+++ b/nss/cmd/ecperf/manifest.mn
@@ -1,24 +1,18 @@
-#
+#
# 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 = ../..
+DEPTH = ../..
CORE_DEPTH = ../..
-# MODULE public and private header directories are implicitly REQUIRED.
+# MODULE public and private header directories are implicitly REQUIRED.
MODULE = nss
INCLUDES += -I$(CORE_DEPTH)/nss/lib/softoken
-# This next line is used by .mk files
-# and gets translated into $LINCS in manifest.mnw
-REQUIRES = dbm seccmd
+CSRCS = ecperf.c
-# DIRS =
-
-CSRCS = ecperf.c
-
-PROGRAM = ecperf
+PROGRAM = ecperf
USE_STATIC_LIBS = 1