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