xref: /freebsd/sbin/mount/Makefile (revision 35c87c070a2d04f06c56578b0a4b2e9c13f62be5)
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
8# We do NOT install the getmntopts.3 man page.
9
10LIBADD=	util xo
11
12.include <bsd.prog.mk>
13