Newer
Older
abck / Makefile
# Fake Makefile For abck
# $Id: Makefile,v 1.5 2001/07/27 00:48:44 tundra Exp $

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

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