xref: /freebsd-14.2/tools/tools/netrate/http/Makefile (revision d0b2dbfa)
1
2PROG=	http
3MAN=
4LIBADD=	pthread
5
6.include <bsd.prog.mk>
7