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

PROG=	ppsapitest
MAN=

WARNS?=	5

.include <bsd.prog.mk>

CFLAGS+=-Wno-format-security

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