mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Start fresh on master, only apply needed patches on top now. Upstream commit: 56279fdef34eb28a4655b489b992c651bd8379fc Taken from: FreeBSD
13 lines
137 B
Makefile
13 lines
137 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ppsapitest
|
|
MAN=
|
|
|
|
WARNS?= 5
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
CFLAGS+=-Wno-format-security
|
|
|
|
test: ${PROG}
|
|
./${PROG} /dev/cuau0
|