Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 2017/05/14 00:07:07 kamil Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/usr.bin/c++
6
7TESTS_SH=	t_hello
8
9.include <bsd.test.mk>
10