selinux/mcstrans/man/Makefile
Stephen Smalley 4cc808671a Move policycoreutils/mcstrans to mcstrans.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2016-11-16 11:19:50 -05:00

13 lines
194 B
Makefile

# Installation directories.
MAN8DIR ?= $(DESTDIR)/usr/share/man/man8
all:
install: all
mkdir -p $(MAN8DIR)
install -m 644 man8/*.8 $(MAN8DIR)
clean:
-rm -f *~ \#*
-rm -f man8/*~ man8/\#*