Add an empty relabel target to secilc Makfile.

So that building from top-level as per the README does not
fail when it reaches the secilc directory.

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
Stephen Smalley 2015-04-10 09:50:57 -04:00
parent cacf51cef0
commit b35f8536dd
1 changed files with 3 additions and 1 deletions

View File

@ -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