Makefile revision 28734
1#	@(#)Makefile	8.6 (Berkeley) 5/8/95
2#	$Id: Makefile,v 1.4 1997/08/24 21:02:46 steve 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.
8CFLAGS+=	-D_NEW_VFSCONF
9
10.include <bsd.prog.mk>
11