16 lines
307 B
Makefile
16 lines
307 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/08/01 16:42:58 jmmv Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/util/sort
|
|
|
|
TESTS_SH= t_sort
|
|
|
|
FILESDIR= ${TESTSDIR}
|
|
FILES= d_any_char_dflag_out.txt
|
|
FILES+= d_any_char_fflag_out.txt
|
|
FILES+= d_any_char_iflag_out.txt
|
|
FILES+= d_any_char_in.txt
|
|
|
|
.include <bsd.test.mk>
|