]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/bsdinstall/distfetch/Makefile
Fix integer overflow in IGMP protocol. [SA-15:04]
[FreeBSD/releng/10.0.git] / usr.sbin / bsdinstall / distfetch / Makefile
1 # $FreeBSD$
2
3 BINDIR= /usr/libexec/bsdinstall
4 PROG=   distfetch
5 DPADD=  ${LIBFETCH} ${LIBNCURSESW} ${LIBDIALOG} ${LIBM}
6 LDADD=  -lfetch -lncursesw -ldialog -lm
7
8 WARNS?= 6
9 NO_MAN= true
10
11 .include <bsd.prog.mk>