xref: /openbsd/games/fish/Makefile (revision a6445c1d)
1#	$OpenBSD: Makefile,v 1.5 2002/05/23 18:43:00 deraadt Exp $
2
3PROG=	fish
4MAN=	fish.6
5
6beforeinstall:
7	${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
8	    ${.CURDIR}/fish.instr ${DESTDIR}/usr/share/games/fish.instr
9
10.include <bsd.prog.mk>
11