Makefile revision 253586
1#	@(#)Makefile	8.6 (Berkeley) 5/8/95
2# $FreeBSD: stable/9/sbin/mount/Makefile 253586 2013-07-24 01:08:45Z rodrigc $
3
4PROG=	mount
5SRCS=	mount.c mount_fs.c getmntopts.c vfslist.c
6MAN=	mount.8 mount.conf.8
7# We do NOT install the getmntopts.3 man page.
8
9DPADD=	${LIBUTIL}
10LDADD=	-lutil
11
12.include <bsd.prog.mk>
13