Index: nss/nss/lib/freebl/Makefile
===================================================================
--- nss.orig/nss/lib/freebl/Makefile
+++ nss/nss/lib/freebl/Makefile
@@ -545,10 +545,6 @@ ifndef HAVE_INT128_SUPPORT
     DEFINES += -DKRML_VERIFIED_UINT128
 endif
 
-ifndef NSS_DISABLE_DEPRECATED_SEED
-	CSRCS += deprecated/seed.c
-endif
-
 ifndef NSS_DISABLE_CHACHAPOLY
     ifeq ($(CPU_ARCH),x86_64)
         ifndef NSS_DISABLE_AVX2
Index: nss/nss/lib/freebl/manifest.mn
===================================================================
--- nss.orig/nss/lib/freebl/manifest.mn
+++ nss/nss/lib/freebl/manifest.mn
@@ -160,6 +160,10 @@ CSRCS = \
 	$(EXTRA_SRCS) \
 	$(NULL)
 
+ifndef NSS_DISABLE_DEPRECATED_SEED
+	CSRCS += deprecated/seed.c
+endif
+
 ALL_CSRCS := $(CSRCS)
 
 ALL_HDRS =  \
