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