Home | History | Annotate | Line # | Download | only in mount
Makefile revision 1.27
      1  1.27   tsutsui #	$NetBSD: Makefile,v 1.27 2003/01/19 12:37:41 tsutsui Exp $
      2  1.14     lukem #	@(#)Makefile	8.6 (Berkeley) 5/8/95
      3   1.1       cgd 
      4  1.21     lukem .include <bsd.own.mk>
      5  1.21     lukem 
      6   1.1       cgd PROG=	mount
      7   1.8       cgd MAN=	mount.8
      8  1.14     lukem SRCS=	mount.c vfslist.c
      9   1.7   mycroft # We do NOT install the getmntopts.3 man page.
     10  1.25  jdolecek # getmntopts.c in this directory is used by different mount programs which
     11  1.25  jdolecek # use .PATH directives to get it.
     12  1.15  jdolecek 
     13  1.22     lukem .if defined(RESCUEDIR)
     14  1.22     lukem CPPFLAGS+= -D_PATH_RESCUE=\"${RESCUEDIR}\"
     15  1.22     lukem .endif
     16   1.1       cgd 
     17   1.1       cgd .include <bsd.prog.mk>
     18