NetBSD/games/fish/Makefile

13 lines
266 B
Makefile
Raw Normal View History

1993-08-01 09:37:30 +04:00
# from: @(#)Makefile 5.5 (Berkeley) 1/18/91
# $Id: Makefile,v 1.3 1994/12/15 08:12:59 jtc Exp $
1993-03-21 12:45:37 +03:00
PROG= fish
MAN6= fish.0
HIDEGAME=hidegame
beforeinstall:
install -c -o bin -g bin -m 444 ${.CURDIR}/fish.instr \
${DESTDIR}/usr/share/games
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>