Jailbreak games from Dungeon Master.
[dragonfly.git] / games / mille / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD: src/games/mille/Makefile,v 1.2.14.1 2001/04/25 09:28:58 ru Exp $
3
4 PROG=   mille
5 MAN=    mille.6
6 SRCS=   comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
7         roll.c save.c types.c varpush.c
8 DPADD=  ${LIBNCURSES}
9 LDADD=  -lprivate_ncurses
10
11 CFLAGS+=        -I${_SHLIBDIRPREFIX}/usr/include/priv/ncurses
12 LDFLAGS+=       ${PRIVATELIB_LDFLAGS}
13
14 .include <bsd.prog.mk>