netstat(1): Remove some unused prototypes.
[dragonfly.git] / test / dfregress / driver / Makefile
1 PROG=           dfregress
2 NOMAN=
3 DEBUG_FLAGS=    -O0 -g3
4 WARNS=          6
5
6 SRCS+=          main.c config.c parser.c
7 SRCS+=          runlist.c testcase.c
8 SRCS+=          kernel.c userland.c
9
10 LDADD+=         -lprop -lutil
11 DPADD+=         ${LIBPROP} ${LIBUITL}
12
13 .include <bsd.prog.mk>