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