freebsd-dev/games/fish/Makefile

12 lines
244 B
Makefile
Raw Normal View History

# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= fish
HIDEGAME=hidegame
1995-05-30 03:37:36 +00:00
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
${.CURDIR}/fish.instr ${DESTDIR}${SHAREDIR}/games/fish.instr
.include <bsd.prog.mk>