#	@(#)Makefile	8.6 (Berkeley) 5/8/95
# $FreeBSD: src/sbin/mount/Makefile,v 1.9 1999/08/28 00:13:24 peter Exp $

PROG=	mount_ifs
SRCS=	mount.c mount_ufs.c getmntopts.c vfslist.c
NOMAN=	true
# We do NOT install the getmntopts.3 man page.

.include <bsd.prog.mk>
