aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ctlstat/Makefile
blob: aa7c6f2a26415a09ab9d222e9836e61bbf5eb2b9 (plain) (blame)
1
2
3
4
5
6
7
8
PROG=		ctlstat
MAN=		ctlstat.8
SDIR=		${SRCTOP}/sys
CFLAGS+=	-I${SDIR}

LIBADD=		sbuf bsdxml

.include <bsd.prog.mk>