File: Makefile

package info (click to toggle)
zone-file-check 1.01-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 68 kB
  • ctags: 1
  • sloc: awk: 107; makefile: 50
file content (10 lines) | stat: -rw-r--r-- 264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
INSTDIR	=	debian/tmp
nothing:
	

install:
	@install -o root -g root -m 0755 zone-file-check $(INSTDIR)/usr/bin/zone-file-check
	@install -o root -g root -m 0755 zone-file-check.8 $(INSTDIR)/usr/man/man8/zone-file-check.8

clean:
	@find . -name '*~' -exec rm {} \;