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