# $FreeBSD$

PROG=	zonectl
SRCS=	zonectl.c
SDIR=	${SRCTOP}/sys
LIBADD= cam sbuf util
MAN=	zonectl.8
CFLAGS+=-g -O0

.include <bsd.prog.mk>