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