1# $FreeBSD$
2
3PROG=	ppsapitest
4NO_MAN=
5
6WARNS?=	5
7
8.include <bsd.prog.mk>
9
10test:	${PROG}
11	./${PROG} /dev/cuad0
12