NetBSD/games/fish/Makefile

13 lines
277 B
Makefile
Raw Normal View History

1993-08-01 09:37:30 +04:00
# from: @(#)Makefile 5.5 (Berkeley) 1/18/91
1995-01-12 22:06:53 +03:00
# $Id: Makefile,v 1.5 1995/01/12 19:06:53 jtc Exp $
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:
1995-01-12 22:06:53 +03:00
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fish.instr \
${DESTDIR}/usr/share/games
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>