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