mirror of
https://github.com/opnsense/src.git
synced 2026-03-26 12:43:12 -04:00
12 lines
114 B
Makefile
12 lines
114 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PROG= ppsapitest
|
||
|
|
NOMAN= yeah
|
||
|
|
|
||
|
|
WARNS?= 5
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|
||
|
|
|
||
|
|
test: ${PROG}
|
||
|
|
./${PROG} /dev/cuaa0
|