Fix relabel target.

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
Stephen Smalley 2013-10-23 12:43:15 -04:00
parent f6a03f1a3c
commit 39b5a40295
4 changed files with 8 additions and 0 deletions

View file

@ -8,6 +8,8 @@ install: all
test -d $(INCDIR) || install -m 755 -d $(INCDIR) test -d $(INCDIR) || install -m 755 -d $(INCDIR)
install -m 644 $(wildcard selinux/*.h) $(INCDIR) install -m 644 $(wildcard selinux/*.h) $(INCDIR)
relabel:
indent: indent:
../../scripts/Lindent $(wildcard selinux/*.h) ../../scripts/Lindent $(wildcard selinux/*.h)

View file

@ -13,4 +13,6 @@ install: all
install -m 644 man5/*.5 $(MAN5DIR) install -m 644 man5/*.5 $(MAN5DIR)
install -m 644 man8/*.8 $(MAN8DIR) install -m 644 man8/*.8 $(MAN8DIR)
relabel:
indent distclean clean: indent distclean clean:

View file

@ -8,3 +8,5 @@ clean:
install: all install: all
mkdir -p $(MAN5DIR) mkdir -p $(MAN5DIR)
install -m 644 man5/*.5 $(MAN5DIR) install -m 644 man5/*.5 $(MAN5DIR)
relabel:

View file

@ -30,3 +30,5 @@ install:
install -m 644 *.8 $(MANDIR)/man8 install -m 644 *.8 $(MANDIR)/man8
-mkdir -p $(BASHCOMPLETIONDIR) -mkdir -p $(BASHCOMPLETIONDIR)
install -m 644 $(BASHCOMPLETIONS) $(BASHCOMPLETIONDIR) install -m 644 $(BASHCOMPLETIONS) $(BASHCOMPLETIONDIR)
relabel: