freebsd-dev/games/mille/Makefile

14 lines
277 B
Makefile
Raw Normal View History

# @(#)Makefile 8.1 (Berkeley) 5/31/93
2000-09-16 03:52:06 +00:00
# $FreeBSD$
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
2000-09-16 03:52:06 +00:00
DPADD= ${LIBCURSES} ${LIBCOMPAT}
LDADD= -lcurses -lcompat
MAN= mille.6
HIDEGAME=hidegame
.include <bsd.prog.mk>