home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / scripts / Makefile < prev    next >
Encoding:
Makefile  |  1995-07-23  |  227 b   |  14 lines

  1. DESTDIR=/usr/skunk
  2.  
  3. SCRIPTS= clouds colors cpiocopy dft dpio findandgrep findcstr mkicon mkstamp \
  4.     nr2html top
  5.  
  6. all: $(SCRIPTS)
  7.  
  8. install: all
  9.     -chmod 755 $(SCRIPTS)
  10.     cp $(SCRIPTS) $(DESTDIR)/bin
  11.     -chmod 444 $(SCRIPTS)
  12.  
  13. clean:
  14.