Makefile revision 1.12
11.12Sjtk#	$NetBSD: Makefile,v 1.12 1997/08/01 14:51:44 jtk Exp $
21.9Scgd#	@(#)Makefile	8.5 (Berkeley) 3/27/94
31.1Scgd
41.11SchristosWARNS=	1
51.1ScgdPROG=	mount
61.8ScgdMAN=	mount.8
71.7Smycroft# We do NOT install the getmntopts.3 man page.
81.12Sjtk# getmntopts.c in this directory isn't used by mount anymore, but it
91.12Sjtk# is used by other mount programs which use .PATH directives to use
101.12Sjtk# the version here.
111.1Scgd
121.1Scgd.include <bsd.prog.mk>
13