1#
2# $FreeBSD$
3#
4PROG=	runtest
5MAN=
6SRCS=	runtest.c
7
8.include <bsd.prog.mk>
9