]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/netrate/httpd/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.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>