Home | History | Annotate | Line # | Download | only in mount_kernfs
Makefile revision 1.4
      1  1.4  mycroft #	from: @(#)Makefile	8.2 (Berkeley) 3/27/94
      2  1.4  mycroft #	$Id: Makefile,v 1.4 1994/06/08 19:15:25 mycroft Exp $
      3  1.2  mycroft 
      4  1.2  mycroft PROG=	mount_kernfs
      5  1.4  mycroft SRCS=	mount_kernfs.c getmntopts.c
      6  1.2  mycroft MAN8=	mount_kernfs.0
      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