Home | History | Annotate | Line # | Download | only in mount
Makefile revision 1.11
      1 #	$NetBSD: Makefile,v 1.11 1997/07/04 15:17:55 christos Exp $
      2 #	@(#)Makefile	8.5 (Berkeley) 3/27/94
      3 
      4 WARNS=	1
      5 PROG=	mount
      6 SRCS=	mount.c getmntopts.c
      7 MAN=	mount.8
      8 # We do NOT install the getmntopts.3 man page.
      9 
     10 .include <bsd.prog.mk>
     11