Home | History | Annotate | Line # | Download | only in mount_kernfs
Makefile revision 1.5
      1  1.4  mycroft #	from: @(#)Makefile	8.2 (Berkeley) 3/27/94
      2  1.5      cgd #	$Id: Makefile,v 1.5 1994/12/22 10:46:04 cgd Exp $
      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.4  mycroft .PATH:	${MOUNT}
     11  1.1      cgd 
     12  1.1      cgd .include <bsd.prog.mk>
     13