File: Makefile

package info (click to toggle)
ftpwatch 1.5
  • links: PTS
  • area: main
  • in suites: slink
  • size: 52 kB
  • ctags: 5
  • sloc: perl: 74; makefile: 43; sh: 14
file content (7 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
all:
	echo All don!

install: 
	install -d $(DESTDIR)/usr/sbin
	-cp ftpwatch.pl -d $(DESTDIR)/usr/sbin/ftpwatch