summaryrefslogtreecommitdiffstats
path: root/tools/test/ppsapi/Makefile
blob: b4f43ce94fa0d639d58e52015afb4ece9fc1e869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

PROG=	ppsapitest
NO_MAN=

WARNS?=	5

.include <bsd.prog.mk>

CFLAGS+=-Wno-format-security

test:	${PROG}
	./${PROG} /dev/cuau0
OpenPOWER on IntegriCloud