]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - tools/tools/netrate/httpd/Makefile
Change the current working directory to be inside the jail created by
[FreeBSD/releng/7.2.git] / tools / tools / netrate / httpd / Makefile
1 # $FreeBSD$
2
3 PROG=   httpd
4 WARNS=  3
5 NO_MAN=
6 DPADD=  ${LIBPTHREAD}
7 LDADD=  -lpthread
8
9 .include <bsd.prog.mk>