]> CyberLeo.Net >> Repos - FreeBSD/releng/8.2.git/blob - games/grdc/Makefile
Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]
[FreeBSD/releng/8.2.git] / games / grdc / Makefile
1 # $FreeBSD$
2
3 PROG=   grdc
4 MAN=    grdc.6
5 WARNS?= 6
6 DPADD=  ${LIBNCURSES}
7 LDADD=  -lncurses
8
9 .include <bsd.prog.mk>