don't do a strlen() if length is provided
[unix-history] / usr / src / games / fish / Makefile
CommitLineData
eb06e4ad 1# @(#)Makefile 5.7 (Berkeley) %G%
16191ab6 2
770d844a 3PROG= fish
a4b976b4 4MAN6= fish.0
770d844a 5HIDEGAME=hidegame
16191ab6 6
374c08c1 7beforeinstall:
eb06e4ad
KB
8 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fish.instr \
9 ${DESTDIR}/usr/share/games/fish.instr
374c08c1 10
770d844a 11.include <bsd.prog.mk>