1 # $NetBSD: Makefile,v 1.7 1996/10/18 02:46:02 thorpej 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