1# $FreeBSD$ 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