Home | History | Annotate | Line # | Download | only in mtree
Makefile revision 1.2
      1  1.2  mycroft #	from: @(#)Makefile	5.4 (Berkeley) 5/25/90
      2  1.2  mycroft #	$Id: Makefile,v 1.2 1993/07/30 22:12:00 mycroft Exp $
      3  1.1      cgd 
      4  1.1      cgd PROG=	mtree
      5  1.1      cgd SRCS=	compare.c create.c mtree.c spec.c verify.c
      6  1.1      cgd .PATH:	${.CURDIR}
      7  1.1      cgd 
      8  1.1      cgd .include <bsd.prog.mk>
      9