Bring in an errno.9 manual page (based on NetBSD's).
[dragonfly.git] / usr.bin / dfregress / Makefile
blob8a58cd727ee7cedeb8ef58a059bc4118869cefbd
1 PROG= dfregress
2 INCS= dfregress.h
3 MAN= dfregress.8
5 CFLAGS+= -I.
7 SRCS+= main.c config.c parser.c
8 SRCS+= runlist.c testcase.c
9 SRCS+= kernel.c userland.c
11 LDADD+= -lprop -lutil
12 DPADD+= ${LIBPROP} ${LIBUTIL}
14 SUBDIR+= fe
15 .include <bsd.prog.mk>