freebsd_amp_hwpstate/usr.sbin/dconschat/Makefile

13 lines
154 B
Makefile

# $FreeBSD$
PROG= dconschat
SRCS= dconschat.c
MAN= dconschat.8
CFLAGS+= -I${.CURDIR}/../../sys
DPADD= ${LIBKVM}
LDADD= -lkvm
.include <bsd.prog.mk>