diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..03148e4 --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ +# Fake Makefile For tdir +# $Id: Makefile,v 1.1 2001/07/18 07:01:46 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 + install -c -o root -g wheel -m 700 ./abnot ${PREFIX}/bin + mkdir ${PREFIX}/share/doc/abmgmt + install -c -o root -g wheel -m 644 ./abmgmt.1.gz ${PREFIX}/man/man1 + install -c -o root -g wheel -m 644 ./0-StartHere.txt ${PREFIX}/share/doc/abmgmt + install -c -o root -g wheel -m 644 ./1-ABMGMT-License.txt ${PREFIX}/share/doc/abmgmt +