Newer
Older
tdir / Makefile
@tundra tundra on 23 Jun 2001 337 bytes Initial revision
# Fake Makefile For tdir

all:	# Do nothing - this is a python script that needs no build

install:
	install -c -o root -g wheel -m 755 ./tdir ${PREFIX}/bin
	install -c -o root -g wheel -m 644 ./tdir.1.gz ${PREFIX}/man/man1
	mkdir ${PREFIX}/share/doc/tdir
	install -c -o root -g wheel -m 644 ./tdir-license.txt ${PREFIX}/share/doc/tdir