]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - fish/Makefile
Workaround a toolchain issue by renaming the 'setup' host tool to 'mkdata' to make...
[bsdgames-darwin.git] / fish / Makefile
index 6c6fc4038a05252653e0c573ecb254227711abe4..854bd568be33d400856d5989a12c68d206a0bdc2 100644 (file)
@@ -1,11 +1,14 @@
-#      from: @(#)Makefile      5.5 (Berkeley) 1/18/91
-#      $Id: Makefile,v 1.2 1993/08/01 05:45:31 mycroft Exp $
+#      $NetBSD: Makefile,v 1.10 1999/02/13 02:54:21 lukem Exp $
+#      @(#)Makefile    8.1 (Berkeley) 5/31/93
+
+.include <bsd.own.mk>
 
 PROG=  fish
-MAN6=  fish.0
+MAN=   fish.6
 HIDEGAME=hidegame
-
-beforeinstall: 
-       install -c -o bin -g bin -m 444 ${.CURDIR}/fish.instr /usr/share/games
+.if ${MKSHARE} != "no"
+FILES=fish.instr
+FILESDIR=/usr/share/games
+.endif
 
 .include <bsd.prog.mk>