Home | History | Annotate | Line # | Download | only in fish
Makefile revision 1.6
      1 #	$NetBSD: Makefile,v 1.6 1995/03/23 08:28:14 cgd Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      3 
      4 PROG=	fish
      5 MAN=	fish.6
      6 HIDEGAME=hidegame
      7 
      8 beforeinstall: 
      9 	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fish.instr \
     10 	    ${DESTDIR}/usr/share/games/fish.instr
     11 
     12 .include <bsd.prog.mk>
     13