slitaz-forge view tank/Makefile @ rev 11

Start adding tank repo to slitaz-forge. Only README, Makefile, and taztank.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Feb 23 22:04:10 2011 +0000 (2011-02-23)
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