]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - bin/cat/tests/Makefile
MFC r276669,r276723:
[FreeBSD/stable/10.git] / bin / cat / tests / Makefile
1 # $FreeBSD$
2
3 OBJTOP=         ${.OBJDIR}/../../..
4 SRCTOP=         ${.CURDIR}/../../..
5 TESTSRC=        ${SRCTOP}/contrib/netbsd-tests/bin/cat
6
7 TESTSDIR=       ${TESTSBASE}/bin/cat
8
9 NETBSD_ATF_TESTS_SH=            cat_test
10
11 FILESDIR=       ${TESTSDIR}
12
13 FILES=          d_align.in
14 FILES+=         d_align.out
15
16 .include <netbsd-tests.test.mk>
17
18 .include <bsd.test.mk>