#	@(#)Makefile	8.6 (Berkeley) 5/8/95
# $FreeBSD: stable/4/sbin/mount/Makefile 75953 2001-04-25 10:58:55Z ru $

PROG=	mount
SRCS=	mount.c mount_ufs.c getmntopts.c vfslist.c
MAN=	mount.8
# We do NOT install the getmntopts.3 man page.

.include <bsd.prog.mk>
