Makefile revision 1.14
11.14Slukem#	$NetBSD: Makefile,v 1.14 1997/09/16 12:22:39 lukem Exp $
21.14Slukem#	@(#)Makefile	8.6 (Berkeley) 5/8/95
31.1Scgd
41.1ScgdPROG=	mount
51.8ScgdMAN=	mount.8
61.14SlukemSRCS=	mount.c vfslist.c
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