# @(#)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 HIDEGAME=hidegame .include