xref: /freebsd/tools/test/ppsapi/Makefile (revision aa0a1e58)
1# $FreeBSD$
2
3PROG=	ppsapitest
4NO_MAN=
5
6WARNS?=	5
7
8.include <bsd.prog.mk>
9
10test:	${PROG}
11	./${PROG} /dev/cuad0
12