1aa40dada2
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
10 lines
79 B
Makefile
10 lines
79 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= accf_data_attach
|
|
MAN=
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|