Newer
Older
abck / Makefile
  1. # Fake Makefile For abck
  2. # $Id: Makefile,v 1.5 2001/07/27 00:48:44 tundra Exp $
  3.  
  4. all: # Do nothing - this is a python script that needs no build
  5.  
  6. install:
  7. install -c -o root -g wheel -m 700 ./abck ${PREFIX}/bin
  8. mkdir ${PREFIX}/share/doc/abck
  9. install -c -o root -g wheel -m 644 ./abck.1.gz ${PREFIX}/man/man1
  10. install -c -o root -g wheel -m 644 ./abck-License.txt ${PREFIX}/share/doc/abck