]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/tools/netrate/httpd/Makefile
MFC r264400,r265836:
[FreeBSD/stable/10.git] / tools / tools / netrate / httpd / Makefile
1 # $FreeBSD$
2
3 PROG=   httpd
4 MAN=
5 WARNS?= 3
6 DPADD=  ${LIBPTHREAD}
7 LDADD=  -lpthread
8
9 .include <bsd.prog.mk>