blob: eed146579685a3610782f761cdaabd68f9258827 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $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
DPADD= ${LIBCURSES} ${LIBCOMPAT}
LDADD= -lcurses -lcompat
MAN= mille.6
HIDEGAME=hidegame
.include <bsd.prog.mk>
|