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