blob: c0fd64f1d156dac1cc1169fc3798cd248c44d771 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.4 1997/09/21 11:35:54 deraadt Exp $
PROG= fish
MAN= fish.6
HIDEGAME=hidegame
beforeinstall:
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/fish.instr ${DESTDIR}/usr/share/games/fish.instr
.include <bsd.prog.mk>
|