mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 08:12:27 -04:00
Follow the existing pattern of fflush() in verbose mode. PR: 71665 Sponsored by: The FreeBSD Foundation
10 lines
107 B
Makefile
10 lines
107 B
Makefile
PROG= dconschat
|
|
MAN= dconschat.8
|
|
|
|
CFLAGS+= -I${SRCTOP}/sys
|
|
|
|
LIBADD= kvm
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|