Home | History | Annotate | Line # | Download | only in mount_kernfs
Makefile revision 1.1.1.1
      1  1.1.1.1  mycroft #	@(#)Makefile	8.2 (Berkeley) 3/27/94
      2  1.1.1.1  mycroft 
      3  1.1.1.1  mycroft PROG=	mount_kernfs
      4  1.1.1.1  mycroft SRCS=	mount_kernfs.c getmntopts.c
      5  1.1.1.1  mycroft MAN8=	mount_kernfs.0
      6  1.1.1.1  mycroft 
      7  1.1.1.1  mycroft MOUNT=	${.CURDIR}/../mount
      8  1.1.1.1  mycroft CFLAGS+= -I${MOUNT}
      9  1.1.1.1  mycroft .PATH:	${MOUNT}
     10      1.1      cgd 
     11      1.1      cgd .include <bsd.prog.mk>
     12