summaryrefslogtreecommitdiffstats
path: root/mille/Makefile
blob: 2eb5beb9398d5b7420619f51918c3cb70ff0388e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	from: @(#)Makefile	8.1 (Berkeley) 5/31/93
#	$Id: Makefile,v 1.3 1994/05/12 17:39:26 jtc Exp $

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} ${LIBTERM} ${LIBCOMPAT}
LDADD=	-lcurses -ltermlib -lcompat
MAN6=	mille.0
HIDEGAME=hidegame

.include <bsd.prog.mk>