Home | History | Annotate | Line # | Download | only in mount_union
Makefile revision 1.9
      1  1.9  christos #	$NetBSD: Makefile,v 1.9 1997/10/10 19:51:39 christos Exp $
      2  1.8     lukem #	@(#)Makefile	8.4 (Berkeley) 7/13/94
      3  1.1   mycroft 
      4  1.1   mycroft PROG=	mount_union
      5  1.1   mycroft SRCS=	mount_union.c getmntopts.c
      6  1.3       cgd MAN=	mount_union.8
      7  1.1   mycroft 
      8  1.1   mycroft MOUNT=	${.CURDIR}/../mount
      9  1.9  christos CPPFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
     10  1.7       gwr .PATH:	${MOUNT}
     11  1.1   mycroft 
     12  1.1   mycroft .include <bsd.prog.mk>
     13