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