#	From: @(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

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

LIBADD=	util

.include <bsd.prog.mk>