diff --git a/secilc/Makefile b/secilc/Makefile index 3525b036..739bf68f 100644 --- a/secilc/Makefile +++ b/secilc/Makefile @@ -44,4 +44,6 @@ clean: rm -f file_contexts rm -f $(MANPAGE) -.PHONY: all clean test install doc +relabel: + +.PHONY: all clean test install doc relabel