mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
11 lines
108 B
Makefile
11 lines
108 B
Makefile
|
|
PROG= dconschat
|
|
MAN= dconschat.8
|
|
|
|
CFLAGS+= -I${SRCTOP}/sys
|
|
|
|
LIBADD= kvm
|
|
|
|
WARNS?= 1
|
|
|
|
.include <bsd.prog.mk>
|