summaryrefslogtreecommitdiffstats
path: root/games/mille/Makefile
blob: 9a6292f7e3ef9e2949fe59691e0e0b1bd31bbeba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	@(#)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} ${LIBTERM} ${LIBCOMPAT}
LDADD=	-lcurses -ltermlib -lcompat
MAN6=	mille.6
HIDEGAME=hidegame

.include <bsd.prog.mk>

OpenPOWER on IntegriCloud