xref: /freebsd/sbin/mount/Makefile (revision 2ad872c5794e4c26fdf6ed219ad3f09ca0d5304a)
1#	@(#)Makefile	8.6 (Berkeley) 5/8/95
2#	$Id: Makefile,v 1.7 1998/03/08 14:50:00 msmith Exp $
3
4PROG=	mount
5SRCS=	mount.c mount_ufs.c getmntopts.c vfslist.c
6MAN8=	mount.8
7# We do NOT install the getmntopts.3 man page.
8
9.include <bsd.prog.mk>
10