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