1# $NetBSD: Makefile,v 1.1 2018/09/05 21:05:40 kre Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/usr.bin/printf
6
7TESTS_SH=	t_builtin t_command
8
9t_builtin: t_builtin.sh printf.sh
10
11t_command: t_command.sh printf.sh
12
13.include <bsd.test.mk>
14