world: Honour the NO_SHARE in make.conf
[dragonfly.git] / games / fish / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD: src/games/fish/Makefile,v 1.4.6.3 2002/02/18 16:02:41 ru Exp $
3
4 PROG=   fish
5 .if !defined(NO_SHARE)
6 FILES=  fish.instr
7 .endif
8 MAN=    fish.6
9 HIDEGAME=hidegame
10
11 .include <bsd.prog.mk>