1993-07-31 02:11:51 +04:00
|
|
|
# from: @(#)Makefile 5.4 (Berkeley) 5/25/90
|
|
|
|
# $Id: Makefile,v 1.2 1993/07/30 22:12:00 mycroft Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= mtree
|
|
|
|
SRCS= compare.c create.c mtree.c spec.c verify.c
|
|
|
|
.PATH: ${.CURDIR}
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|