Makefile revision 264400
1# $FreeBSD: head/tools/test/ppsapi/Makefile 264400 2014-04-13 05:21:56Z imp $
2
3PROG=	ppsapitest
4MAN=
5
6WARNS?=	5
7
8.include <bsd.prog.mk>
9
10CFLAGS+=-Wno-format-security
11
12test:	${PROG}
13	./${PROG} /dev/cuau0
14