Makefile revision 1.11
1#	$NetBSD: Makefile,v 1.11 1997/07/04 15:17:55 christos Exp $
2#	@(#)Makefile	8.5 (Berkeley) 3/27/94
3
4WARNS=	1
5PROG=	mount
6SRCS=	mount.c getmntopts.c
7MAN=	mount.8
8# We do NOT install the getmntopts.3 man page.
9
10.include <bsd.prog.mk>
11