1 # $NetBSD: Makefile,v 1.14.6.1 1999/10/19 20:04:03 fvdl Exp $ 2 # @(#)Makefile 8.6 (Berkeley) 5/8/95 3 4 PROG= mount 5 MAN= mount.8 6 SRCS= mount.c vfslist.c 7 CPPFLAGS+=-I${.CURDIR}/../../sys 8 # We do NOT install the getmntopts.3 man page. 9 # getmntopts.c in this directory isn't used by mount anymore, but it 10 # is used by other mount programs which use .PATH directives to use 11 # the version here. 12 13 .include <bsd.prog.mk> 14