Home | History | Annotate | Line # | Download | only in mount_umap
Makefile revision 1.4
      1  1.4      cgd #	$NetBSD: Makefile,v 1.4 1995/03/18 14:58:14 cgd Exp $
      2  1.4      cgd #	@(#)Makefile	8.3 (Berkeley) 3/27/94
      3  1.1  mycroft 
      4  1.1  mycroft PROG=	mount_umap
      5  1.1  mycroft SRCS=	mount_umap.c getmntopts.c
      6  1.3      cgd MAN=	mount_umap.8
      7  1.1  mycroft 
      8  1.1  mycroft MOUNT=	${.CURDIR}/../mount
      9  1.2  deraadt CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
     10  1.1  mycroft .PATH:	${MOUNT}
     11  1.1  mycroft 
     12  1.1  mycroft .include <bsd.prog.mk>
     13