selinux/policycoreutils/man/Makefile
Stephen Smalley 39b5a40295 Fix relabel target.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2013-10-23 12:44:30 -04:00

13 lines
164 B
Makefile

# Installation directories.
MAN5DIR ?= $(DESTDIR)/usr/share/man/man5
all:
clean:
install: all
mkdir -p $(MAN5DIR)
install -m 644 man5/*.5 $(MAN5DIR)
relabel: