.include <src.opts.mk>

PACKAGE=	runtime
PROG=	env
SRCS=	env.c envopts.c

LIBADD=	util

HAS_TESTS=
SUBDIR.${MK_TESTS}=	tests

.include <bsd.prog.mk>