Home | History | Annotate | Line # | Download | only in mtree
Makefile revision 1.6
      1  1.3  cgd #	from: @(#)Makefile	5.6 (Berkeley) 2/19/92
      2  1.6  cgd #	$Id: Makefile,v 1.6 1994/12/22 11:36:40 cgd Exp $
      3  1.1  cgd 
      4  1.1  cgd PROG=	mtree
      5  1.3  cgd #CFLAGS+=-DDEBUG
      6  1.6  cgd MAN=	mtree.8
      7  1.3  cgd SRCS=	compare.c crc.c create.c misc.c mtree.c spec.c verify.c
      8  1.4  cgd .PATH:	${.CURDIR}/../../usr.bin/cksum
      9  1.1  cgd 
     10  1.1  cgd .include <bsd.prog.mk>
     11