PACKAGE=runtime
PROG=	mount
SRCS=	mount.c mount_fs.c vfslist.c
MAN=	mount.8

LIBADD=	util xo

.include <bsd.prog.mk>
