X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/1c15e88899094343f75aeba04122cd96a96b428e..ad7871609881e73855d0b04da49b486cd93efca7:/usr/src/games/fish/Makefile diff --git a/usr/src/games/fish/Makefile b/usr/src/games/fish/Makefile index 1d564a929f..c80ffb1e03 100644 --- a/usr/src/games/fish/Makefile +++ b/usr/src/games/fish/Makefile @@ -1,9 +1,11 @@ -# @(#)Makefile 5.4 (Berkeley) 7/25/90 +# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= fish MAN6= fish.0 -DPADD= ${LIBCOMPAT} -LDADD= -lcompat HIDEGAME=hidegame +beforeinstall: + install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fish.instr \ + ${DESTDIR}/usr/share/games/fish.instr + .include