freebsd-dev/tools/regression/sockets/accf_data_attach/Makefile
Enji Cooper 1aa40dada2 Fix -Wunused warnings, bump WARNS to 6
The testcase fails today on subtest # 9

The output is still broken if prove -rv is run and the testcase aborts
prematurely (the testcase doesn't really conform to TAP protocol properly,
except when it completes fully)

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
2015-04-10 07:59:46 +00:00

10 lines
79 B
Makefile

#
# $FreeBSD$
#
PROG= accf_data_attach
MAN=
WARNS?= 6
.include <bsd.prog.mk>