xref: /freebsd/sbin/mount/Makefile (revision 7a0c41d5d7d4e9770ef6f5d56f893efc8f18ab7c)
1#	@(#)Makefile	8.6 (Berkeley) 5/8/95
2# $FreeBSD$
3
4PACKAGE=runtime
5PROG=	mount
6SRCS=	mount.c mount_fs.c getmntopts.c vfslist.c
7MAN=	mount.8 mount.conf.8
8# We do NOT install the getmntopts.3 man page.
9
10LIBADD=	util
11
12.include <bsd.prog.mk>
13