summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorElio Maldonado <emaldona@redhat.com>2013-04-10 12:22:57 -0700
committerElio Maldonado <emaldona@redhat.com>2013-04-10 12:22:57 -0700
commitd5f324eef1699ab5177df1f848f49f1355a2d073 (patch)
tree31c2fa8e192bac87602fb5a4b572152b1e231061 /lib/Makefile
parentf5751eef41594717893f21834cb1ba1c225886f5 (diff)
downloadnss-hg-d5f324eef1699ab5177df1f848f49f1355a2d073.tar.gz
backout bug 835919, backout bug 850905
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 620fc5c5b..669b41bb0 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -62,14 +62,3 @@ include $(CORE_DEPTH)/coreconf/rules.mk
# (7) Execute "local" rules. (OPTIONAL). #
#######################################################################
-ifeq ($(NSS_BUILD_WITHOUT_SOFTOKEN),1)
-# Not included when building nss without softoken
-UTIL_SRCDIR=
-FREEBL_SRCDIR=
-SOFTOKEN_SRCDIR=
-else
-# default is to include all
-UTIL_SRCDIR = util
-FREEBL_SRCDIR = freebl
-SOFTOKEN_SRCDIR = softoken
-endif