mirror of
https://github.com/opnsense/src.git
synced 2026-05-26 11:12:39 -04:00
Follow the existing pattern of fflush() in verbose mode. PR: 71665 Sponsored by: The FreeBSD Foundation (cherry picked from commit 75d11bfbc6d4289e4b3d91414e46a3af51f4402a)
11 lines
108 B
Makefile
11 lines
108 B
Makefile
|
|
PROG= dconschat
|
|
MAN= dconschat.8
|
|
|
|
CFLAGS+= -I${SRCTOP}/sys
|
|
|
|
LIBADD= kvm
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|