BSD 4_4 release
[unix-history] / usr / src / games / fish / Makefile
index 1d564a9..c80ffb1 100644 (file)
@@ -1,9 +1,11 @@
-#      @(#)Makefile    5.4 (Berkeley) 7/25/90
+#      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 PROG=  fish
 MAN6=  fish.0
 
 PROG=  fish
 MAN6=  fish.0
-DPADD= ${LIBCOMPAT}
-LDADD= -lcompat
 HIDEGAME=hidegame
 
 HIDEGAME=hidegame
 
+beforeinstall: 
+       install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fish.instr \
+           ${DESTDIR}/usr/share/games/fish.instr
+
 .include <bsd.prog.mk>
 .include <bsd.prog.mk>