selinux/mcstrans/Makefile
Stephen Smalley eeba5952df mcstrans: Add a relabel target.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2016-11-16 11:19:51 -05:00

17 lines
227 B
Makefile

all:
$(MAKE) -C src
$(MAKE) -C utils
install:
$(MAKE) -C src install
# $(MAKE) -C utils install
$(MAKE) -C man install
clean:
rm -f *~ \#*
$(MAKE) -C src clean
$(MAKE) -C utils clean
$(MAKE) -C man clean
relabel: