Home | History | Annotate | Line # | Download | only in fish
Makefile revision 1.4
      1 #	from: @(#)Makefile	5.5 (Berkeley) 1/18/91
      2 #	$Id: Makefile,v 1.4 1994/12/22 09:34:07 cgd Exp $
      3 
      4 PROG=	fish
      5 MAN=	fish.6
      6 HIDEGAME=hidegame
      7 
      8 beforeinstall: 
      9 	install -c -o bin -g bin -m 444 ${.CURDIR}/fish.instr \
     10 		${DESTDIR}/usr/share/games
     11 
     12 .include <bsd.prog.mk>
     13