X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/f0356cf871408e3278470f30bdf03fa796c66c25..889e3f85515ffa0f8441d9e7de28c22569d2eabe:/fish/Makefile diff --git a/fish/Makefile b/fish/Makefile index 0a53dd4a..854bd568 100644 --- a/fish/Makefile +++ b/fish/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.9 1998/09/29 07:33:21 lukem Exp $ +# $NetBSD: Makefile,v 1.10 1999/02/13 02:54:21 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 +.include + PROG= fish MAN= fish.6 HIDEGAME=hidegame -.if !defined(NOSHARE) +.if ${MKSHARE} != "no" FILES=fish.instr FILESDIR=/usr/share/games .endif