Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / usr.bin / dfregress / Makefile
1 PROG=           dfregress
2 INCS=           dfregress.h
3 MAN=            dfregress.8
4
5 CFLAGS+=        -I.
6
7 SRCS+=          main.c config.c parser.c
8 SRCS+=          runlist.c testcase.c
9 SRCS+=          kernel.c userland.c
10
11 LDADD+=         -lprop -lutil
12 DPADD+=         ${LIBPROP} ${LIBUITL}
13
14 SUBDIR+=        fe
15 .include <bsd.prog.mk>