File: Makefile

package info (click to toggle)
fcheck 2.7.59-7sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 208 kB
  • ctags: 28
  • sloc: perl: 1,077; makefile: 58; sh: 18
file content (9 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
install: manpage
	install -g sys -o root -m 550 fcheck ${DESTDIR}/usr/sbin/fcheck
	install -g sys -o root -m 640 fcheck.cfg ${DESTDIR}/etc/fcheck/fcheck.cfg

manpage:
	pod2man fcheck.pod >debian/fcheck.1

clean:
	rm -f debian/fcheck.1