xref: /netbsd-src/tests/bin/expr/Makefile (revision 70f7362772ba52b749c976fb5e86e39a8b2c9afc)
1# $NetBSD: Makefile,v 1.1 2012/03/17 16:33:11 jruoho Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/bin/expr
6TESTS_SH=	t_expr
7
8.include <bsd.test.mk>
9