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