Home | History | Annotate | Line # | Download | only in mount
Makefile revision 1.14
      1 #	$NetBSD: Makefile,v 1.14 1997/09/16 12:22:39 lukem Exp $
      2 #	@(#)Makefile	8.6 (Berkeley) 5/8/95
      3 
      4 PROG=	mount
      5 MAN=	mount.8
      6 SRCS=	mount.c vfslist.c
      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