Home | History | Annotate | Line # | Download | only in fish
Makefile revision 1.1.1.2
      1 #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      2 
      3 PROG=	fish
      4 MAN6=	fish.0
      5 HIDEGAME=hidegame
      6 
      7 beforeinstall: 
      8 	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fish.instr \
      9 	    ${DESTDIR}/usr/share/games/fish.instr
     10 
     11 .include <bsd.prog.mk>
     12