b31f4f
diff -up ./cmd/Makefile.skipthem ./cmd/Makefile
b31f4f
--- ./cmd/Makefile.skipthem	2021-05-28 02:50:43.000000000 -0700
b31f4f
+++ ./cmd/Makefile	2021-06-03 15:16:36.015186252 -0700
5f1c2b
@@ -19,7 +19,11 @@ BLTEST_SRCDIR =
5f1c2b
 ECPERF_SRCDIR =
5f1c2b
 FREEBL_ECTEST_SRCDIR =
5f1c2b
 FIPSTEST_SRCDIR =
f57139
+ifeq ($(NSS_BLTEST_NOT_AVAILABLE),1)
f57139
+SHLIBSIGN_SRCDIR = shlibsign
5f1c2b
+else
5f1c2b
 SHLIBSIGN_SRCDIR =
5f1c2b
+endif
f57139
 else
f57139
 BLTEST_SRCDIR = bltest
5f1c2b
 ECPERF_SRCDIR = ecperf
b31f4f
diff -up ./cmd/shlibsign/Makefile.skipthem ./cmd/shlibsign/Makefile
b31f4f
--- ./cmd/shlibsign/Makefile.skipthem	2021-06-03 15:16:36.015186252 -0700
b31f4f
+++ ./cmd/shlibsign/Makefile	2021-06-03 15:18:49.494720335 -0700
b31f4f
@@ -95,7 +95,3 @@ else
83c154
     endif
83c154
 endif
b31f4f
 
83c154
-libs: install
b31f4f
-ifdef CHECKLOC
83c154
-	$(MAKE) $(CHECKLOC)
b31f4f
-endif