dfregress(8): Fix typos in DPADDs.
[dragonfly.git] / usr.bin / dfregress / fe / text / Makefile
1 DRIVER_DIR=     ${.CURDIR}/../..
2
3 PROG=           dfr2text
4 MAN=            dfr2text.8
5
6 SRCS+=          fe_text.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} ${LIBUTIL}
12
13 CFLAGS+=        -I${DRIVER_DIR}
14
15 .PATH: ${DRIVER_DIR}
16
17 .include <bsd.prog.mk>