Home | History | Annotate | Line # | Download | only in printf
Makefile revision 1.1.4.2
      1  1.1.4.2  christos # $NetBSD: Makefile,v 1.1.4.2 2019/06/10 22:10:12 christos Exp $
      2  1.1.4.2  christos 
      3  1.1.4.2  christos .include <bsd.own.mk>
      4  1.1.4.2  christos 
      5  1.1.4.2  christos TESTSDIR=	${TESTSBASE}/usr.bin/printf
      6  1.1.4.2  christos 
      7  1.1.4.2  christos TESTS_SH=	t_builtin t_command
      8  1.1.4.2  christos 
      9  1.1.4.2  christos t_builtin: t_builtin.sh printf.sh
     10  1.1.4.2  christos 
     11  1.1.4.2  christos t_command: t_command.sh printf.sh
     12  1.1.4.2  christos 
     13  1.1.4.2  christos .include <bsd.test.mk>
     14