LIBPRIV: Add common PRIVATELIB_LDFLAGS definitions.
[dragonfly.git] / games / worms / Makefile
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
4 PROG=   worms
5 MAN=    worms.6
6 DPADD=  ${LIBNCURSES}
7 LDADD=  -lprivate_ncurses
8 LDFLAGS+=       ${PRIVATELIB_LDFLAGS}
9
10 .include <bsd.prog.mk>