xref: /freebsd/usr.bin/ctlstat/Makefile (revision 76a612526c8477188f41825346f99a8382e70543)
1PACKAGE=	ctl
2PROG=		ctlstat
3MAN=		ctlstat.8
4SDIR=		${SRCTOP}/sys
5CFLAGS+=	-I${SDIR}
6
7LIBADD=		sbuf bsdxml
8
9.include <bsd.prog.mk>
10