xref: /freebsd/usr.bin/ctlstat/Makefile (revision 9a0c3479e22feda1bdb2db4b97f9deb1b5fa6269)
1# $FreeBSD$
2
3PROG=		ctlstat
4MAN=		ctlstat.8
5SDIR=		${.CURDIR}/../../sys
6CFLAGS+=	-I${SDIR}
7
8.include <bsd.prog.mk>
9