Home | History | Annotate | Line # | Download | only in mount
Makefile revision 1.14.6.1
      1  1.14.6.1     fvdl #	$NetBSD: Makefile,v 1.14.6.1 1999/10/19 20:04:03 fvdl 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.14.6.1     fvdl CPPFLAGS+=-I${.CURDIR}/../../sys
      8       1.7  mycroft # We do NOT install the getmntopts.3 man page.
      9      1.12      jtk # getmntopts.c in this directory isn't used by mount anymore, but it
     10      1.12      jtk # is used by other mount programs which use .PATH directives to use
     11      1.12      jtk # the version here.
     12       1.1      cgd 
     13       1.1      cgd .include <bsd.prog.mk>
     14