Deleted Added
full compact
Makefile (276669) Makefile (292282)
1# $FreeBSD: head/bin/cat/tests/Makefile 276669 2015-01-04 22:37:44Z ngie $
1# $FreeBSD: stable/10/bin/cat/tests/Makefile 292282 2015-12-15 18:09:03Z ngie $
2
3OBJTOP= ${.OBJDIR}/../../..
4SRCTOP= ${.CURDIR}/../../..
5TESTSRC= ${SRCTOP}/contrib/netbsd-tests/bin/cat
6
7TESTSDIR= ${TESTSBASE}/bin/cat
8
9NETBSD_ATF_TESTS_SH= cat_test
10
2
3OBJTOP= ${.OBJDIR}/../../..
4SRCTOP= ${.CURDIR}/../../..
5TESTSRC= ${SRCTOP}/contrib/netbsd-tests/bin/cat
6
7TESTSDIR= ${TESTSBASE}/bin/cat
8
9NETBSD_ATF_TESTS_SH= cat_test
10
11FILESDIR= ${TESTSDIR}
12
13FILES= d_align.in
14FILES+= d_align.out
15
11.include <netbsd-tests.test.mk>
12
13.include <bsd.test.mk>
16.include <netbsd-tests.test.mk>
17
18.include <bsd.test.mk>