Revert "Hack-fix buildworld after the ncurses upgrade."
[dragonfly.git] / games / worms / Makefile
blob3efbaec543b0c5424b5bcd993e02dd208006b555
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 $
4 PROG= worms
5 MAN= worms.6
6 DPADD= ${LIBNCURSES}
7 LDADD= -lprivate_ncurses
9 CFLAGS+= -I${_SHLIBDIRPREFIX}/usr/include/priv/ncurses
10 LDFLAGS+= ${PRIVATELIB_LDFLAGS}
12 .include <bsd.prog.mk>