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