Home | History | Annotate | Line # | Download | only in mount
Makefile revision 1.14
      1  1.14    lukem #	$NetBSD: Makefile,v 1.14 1997/09/16 12:22:39 lukem Exp $
      2  1.14    lukem #	@(#)Makefile	8.6 (Berkeley) 5/8/95
      3   1.1      cgd 
      4   1.1      cgd PROG=	mount
      5   1.8      cgd MAN=	mount.8
      6  1.14    lukem SRCS=	mount.c vfslist.c
      7   1.7  mycroft # We do NOT install the getmntopts.3 man page.
      8  1.12      jtk # getmntopts.c in this directory isn't used by mount anymore, but it
      9  1.12      jtk # is used by other mount programs which use .PATH directives to use
     10  1.12      jtk # the version here.
     11   1.1      cgd 
     12   1.1      cgd .include <bsd.prog.mk>
     13