Do not run mandoc for lintmanpages if MANPAGES is empty.
[netbsd-mini2440.git] / games / cribbage / Makefile
blob4ab8ea06a2401d5c3f1fccefaf2ee03d270d583a
1 # $NetBSD: Makefile,v 1.11 1998/09/29 07:33:21 lukem Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
4 .include <bsd.own.mk>
6 PROG= cribbage
7 DPADD= ${LIBCURSES}
8 LDADD= -lcurses
9 SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c
10 MAN= cribbage.6
11 HIDEGAME=hidegame
12 SETGIDGAME=yes
13 .if ${MKSHARE} != "no"
14 FILES= cribbage.n
15 FILESNAME=cribbage.instr
16 FILESDIR=/usr/share/games
17 .endif
19 .include <bsd.prog.mk>