BSD 4_3_Net_2 release
[unix-history] / usr / src / games / fish / Makefile
index 1d564a9..b1847b7 100644 (file)
@@ -1,9 +1,10 @@
-#      @(#)Makefile    5.4 (Berkeley) 7/25/90
+#      @(#)Makefile    5.5 (Berkeley) 1/18/91
 
 PROG=  fish
 MAN6=  fish.0
 
 PROG=  fish
 MAN6=  fish.0
-DPADD= ${LIBCOMPAT}
-LDADD= -lcompat
 HIDEGAME=hidegame
 
 HIDEGAME=hidegame
 
+beforeinstall: 
+       install -c -o bin -g bin -m 444 ${.CURDIR}/fish.instr /usr/share/games
+
 .include <bsd.prog.mk>
 .include <bsd.prog.mk>