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