Home | History | Annotate | Line # | Download | only in mount_kernfs
Makefile revision 1.8
      1  1.8      gwr #	$NetBSD: Makefile,v 1.8 1997/05/08 21:11:18 gwr 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.4  mycroft CFLAGS+= -I${MOUNT}
     10  1.8      gwr .PATH:	${MOUNT}
     11  1.1      cgd 
     12  1.1      cgd .include <bsd.prog.mk>
     13