Add the 'webstress' utility. This program will fork a number of child
[dragonfly.git] / test / stress / webstress / Makefile
1 #
2 # $DragonFly: src/test/stress/webstress/Makefile,v 1.1 2005/04/05 00:13:20 dillon Exp $
3
4 DESTDIR?= /usr/local/bin
5 PROG=   webstress
6 WARNS?= 6
7 MAN=
8
9 .include <bsd.prog.mk>