Home | History | Annotate | Line # | Download | only in mtree
Makefile revision 1.1
      1  1.1  cgd #	@(#)Makefile	5.4 (Berkeley) 5/25/90
      2  1.1  cgd 
      3  1.1  cgd PROG=	mtree
      4  1.1  cgd SRCS=	compare.c create.c mtree.c spec.c verify.c
      5  1.1  cgd .PATH:	${.CURDIR}
      6  1.1  cgd 
      7  1.1  cgd .include <bsd.prog.mk>
      8