summaryrefslogtreecommitdiffstats
path: root/mille/Makefile
blob: ee0e38ac4cfb54ac4c7c34b65b46db04779760f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.10 2010/02/06 23:45:25 he Exp $
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

PROG=	mille
SRCS=	comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
	roll.c save.c types.c varpush.c
DPADD=	${LIBCURSES} ${LIBTERMINFO}
LDADD=	-lcurses -lterminfo
MAN=	mille.6
HIDEGAME=hidegame

.include <bsd.prog.mk>