Home | History | Annotate | Line # | Download | only in fish
Makefile revision 1.2
      1 #	from: @(#)Makefile	5.5 (Berkeley) 1/18/91
      2 #	$Id: Makefile,v 1.2 1993/08/01 05:45:31 mycroft Exp $
      3 
      4 PROG=	fish
      5 MAN6=	fish.0
      6 HIDEGAME=hidegame
      7 
      8 beforeinstall: 
      9 	install -c -o bin -g bin -m 444 ${.CURDIR}/fish.instr /usr/share/games
     10 
     11 .include <bsd.prog.mk>
     12