freebsd-dev/games/fish/Makefile
Wolfram Schneider c6234bb251 444 -> ${NOBINMODE}
/usr/share -> ${SHAREDIR}
/usr/games -> ${BINDIR}
1997-02-09 02:52:41 +00:00

12 lines
245 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= fish
MAN6= fish.6
HIDEGAME=hidegame
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
${.CURDIR}/fish.instr ${DESTDIR}${SHAREDIR}/games/fish.instr
.include <bsd.prog.mk>