NetBSD/games/fish/Makefile

13 lines
296 B
Makefile
Raw Normal View History

1996-10-18 06:37:51 +04:00
# $NetBSD: Makefile,v 1.7 1996/10/18 02:46:02 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
1993-03-21 12:45:37 +03:00
PROG= fish
1994-12-22 12:31:26 +03:00
MAN= fish.6
1993-03-21 12:45:37 +03:00
HIDEGAME=hidegame
beforeinstall:
1996-10-18 06:37:51 +04:00
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fish.instr \
${DESTDIR}/usr/share/games/fish.instr
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>