1 # $NetBSD: Makefile,v 1.13 1997/09/15 12:45:53 lukem Exp $ 2 # @(#)Makefile 8.5 (Berkeley) 3/27/94 3 4 PROG= mount 5 MAN= mount.8 6 # We do NOT install the getmntopts.3 man page. 7 # getmntopts.c in this directory isn't used by mount anymore, but it 8 # is used by other mount programs which use .PATH directives to use 9 # the version here. 10 11 .include <bsd.prog.mk> 12