From 285d00935151dbb6a3f89b86fad98371d835a97c Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Mon, 19 Nov 2007 20:02:50 +0000 Subject: [PATCH] trunk: do not install netfilter_contexts on monolithic. --- Rules.monolithic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules.monolithic b/Rules.monolithic index d93524ea9..5c11c1316 100644 --- a/Rules.monolithic +++ b/Rules.monolithic @@ -96,7 +96,7 @@ endif # # Load the binary policy # -reload $(tmpdir)/load: $(loadpath) $(fcpath) $(ncpath) $(appfiles) +reload $(tmpdir)/load: $(loadpath) $(fcpath) $(appfiles) @echo "Loading $(NAME) $(loadpath)" $(verbose) $(LOADPOLICY) -q $(loadpath) @touch $(tmpdir)/load