11 lines
194 B
Makefile
11 lines
194 B
Makefile
|
# @(#)Makefile 5.5 (Berkeley) 1/18/91
|
||
|
|
||
|
PROG= fish
|
||
|
MAN6= fish.0
|
||
|
HIDEGAME=hidegame
|
||
|
|
||
|
beforeinstall:
|
||
|
install -c -o bin -g bin -m 444 ${.CURDIR}/fish.instr /usr/share/games
|
||
|
|
||
|
.include <bsd.prog.mk>
|