c6db8143ed
Reduce overlinking
13 lines
127 B
Makefile
13 lines
127 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= dconschat
|
|
MAN= dconschat.8
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../sys
|
|
|
|
LIBADD= kvm
|
|
|
|
WARNS?= 1
|
|
|
|
.include <bsd.prog.mk>
|