
1: # $NetBSD: Makefile,v 1.10 1999/02/13 02:54:21 lukem Exp $ 2: # @(#)Makefile 8.1 (Berkeley) 5/31/93 3: 4: .include <bsd.own.mk> 5: 6: PROG= fish 7: MAN= fish.6 8: HIDEGAME=hidegame 9: .if ${MKSHARE} != "no" 10: FILES=fish.instr 11: FILESDIR=/usr/share/games 12: .endif 13: 14: .include <bsd.prog.mk>