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