Newer
Older
waccess / Makefile
@tundra tundra on 3 Aug 2001 409 bytes Initial revision
# Fake Makefile For waccess
# $Id: Makefile,v 1.1 2001/08/03 19:34:32 tundra Exp $

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

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