1PROG= zonectl 2SRCS= zonectl.c 3SDIR= ${SRCTOP}/sys 4LIBADD= cam sbuf util 5MAN= zonectl.8 6CFLAGS+=-g -O0 7 8.include <bsd.prog.mk> 9