xref: /dragonfly/games/worms/Makefile (revision 8edfbc5e)
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2# $FreeBSD: src/games/worms/Makefile,v 1.3.2.1 2001/04/25 09:29:04 ru Exp $
3
4PROG=	worms
5MAN=	worms.6
6DPADD=	${LIBNCURSES}
7LDADD=	-lprivate_ncurses
8
9CFLAGS+=	-I${_SHLIBDIRPREFIX}/usr/include/priv/ncurses
10LDFLAGS+=	${PRIVATELIB_LDFLAGS}
11
12.include <bsd.prog.mk>
13