File: Makefile

package info (click to toggle)
policycoreutils 2.1.10-9
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 14,540 kB
  • sloc: ansic: 9,406; python: 3,383; makefile: 605; sh: 562; cpp: 315
file content (12 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
# 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/\#*