1PROG= ppsapitest 2MAN= 3 4WARNS?= 5 5 6.include <bsd.prog.mk> 7 8CFLAGS+=-Wno-format-security 9 10test: ${PROG} 11 ./${PROG} /dev/cuau0 12