world: Honour the NO_SHARE in make.conf
[dragonfly.git] / games / fish / Makefile
blobb1ff5709c5a2eac58c7917c102822667448d9a36
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 $
4 PROG= fish
5 .if !defined(NO_SHARE)
6 FILES= fish.instr
7 .endif
8 MAN= fish.6
9 HIDEGAME=hidegame
11 .include <bsd.prog.mk>