Newer
Older
tdir / Makefile
@tundra tundra on 23 Jun 2001 337 bytes Initial revision
  1. # Fake Makefile For tdir
  2.  
  3. all: # Do nothing - this is a python script that needs no build
  4.  
  5. install:
  6. install -c -o root -g wheel -m 755 ./tdir ${PREFIX}/bin
  7. install -c -o root -g wheel -m 644 ./tdir.1.gz ${PREFIX}/man/man1
  8. mkdir ${PREFIX}/share/doc/tdir
  9. install -c -o root -g wheel -m 644 ./tdir-license.txt ${PREFIX}/share/doc/tdir
  10.