mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-13 17:44:54 +00:00
4cc808671a
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
13 lines
194 B
Makefile
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/\#*
|