mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 06:45:34 -05:00
11 lines
114 B
Makefile
11 lines
114 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ppsapitest
|
|
NOMAN= yeah
|
|
|
|
WARNS?= 5
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
test: ${PROG}
|
|
./${PROG} /dev/cuaa0
|