Makefile revision 34304
1#	@(#)Makefile	8.6 (Berkeley) 5/8/95
2#	$Id: Makefile,v 1.6 1998/01/20 10:39:57 bde 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# We support the ROOTSLICE_HUNT hack
10CFLAGS+=-DROOTSLICE_HUNT
11
12.include <bsd.prog.mk>
13