#	$NetBSD$

.include <bsd.own.mk>

PROG=	mount_efs
SRCS=	mount_efs.c
MAN=	mount_efs.8

DPADD+=${LIBUTIL}
LDADD+=-lutil

.include <bsd.prog.mk>
