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