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