1PROG= ctlstat 2MAN= ctlstat.8 3SDIR= ${SRCTOP}/sys 4CFLAGS+= -I${SDIR} 5 6LIBADD= sbuf bsdxml 7 8.include <bsd.prog.mk> 9