#	@(#)Makefile	8.6 (Berkeley) 5/8/95
# $FreeBSD: stable/3/sbin/mount/Makefile 50575 1999-08-29 15:18:34Z peter $

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

.include <bsd.prog.mk>
