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