home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / games / fish / Makefile < prev    next >
Encoding:
Makefile  |  1991-01-18  |  194 b   |  11 lines

  1. #    @(#)Makefile    5.5 (Berkeley) 1/18/91
  2.  
  3. PROG=    fish
  4. MAN6=    fish.0
  5. HIDEGAME=hidegame
  6.  
  7. beforeinstall: 
  8.     install -c -o bin -g bin -m 444 ${.CURDIR}/fish.instr /usr/share/games
  9.  
  10. .include <bsd.prog.mk>
  11.