]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/blob - tools/tools/netrate/netreceive/Makefile
Fix multiple vulnerabilities of ntp.
[FreeBSD/releng/10.1.git] / tools / tools / netrate / netreceive / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 PROG=   netreceive
6 NO_MAN=
7 LDFLAGS += -lpthread
8
9 WARNS?= 3
10
11 .include <bsd.prog.mk>