slitaz-forge view tank/Makefile @ rev 39

people: Update to new style and layout
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 28 15:12:12 2011 +0200 (2011-03-28)
parents
children f80f311578f7
line source
1 # Makefile for Tank tools.
2 # Check the README for more information.
3 #
4 PREFIX?=/usr
5 DESTDIR?=
7 all:
9 install:
10 mkdir -p $(DESTDIR)$(PREFIX)/bin
11 cp -f taztank $(DESTDIR)$(PREFIX)/bin
13 install-files:
14 cp -a files/var $(DESTDIR)/
15 chmod 0600 -p $(DESTDIR)/var/spool/cron/crontabs/root
16 cp -a files/etc $(DESTDIR)/
18 clean:
19 rm -rf _pkg