mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
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
9 lines
79 B
Makefile
9 lines
79 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= accf_data_attach
|
|
MAN=
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|