slitaz-forge view tank/Makefile @ rev 17

README: Add note
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Mar 01 23:54:47 2011 +0100 (2011-03-01)
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