9 lines
204 B
Makefile
9 lines
204 B
Makefile
# from: @(#)Makefile 5.4 (Berkeley) 5/25/90
|
|
# $Id: Makefile,v 1.2 1993/07/30 22:12:00 mycroft Exp $
|
|
|
|
PROG= mtree
|
|
SRCS= compare.c create.c mtree.c spec.c verify.c
|
|
.PATH: ${.CURDIR}
|
|
|
|
.include <bsd.prog.mk>
|