freebsd_amp_hwpstate/usr.bin/ctlstat/Makefile

10 lines
118 B
Makefile

PROG= ctlstat
MAN= ctlstat.8
SDIR= ${SRCTOP}/sys
CFLAGS+= -I${SDIR}
LIBADD= sbuf bsdxml
.include <bsd.prog.mk>