8 lines
142 B
Makefile
8 lines
142 B
Makefile
# @(#)Makefile 5.4 (Berkeley) 5/25/90
|
|
|
|
PROG= mtree
|
|
SRCS= compare.c create.c mtree.c spec.c verify.c
|
|
.PATH: ${.CURDIR}
|
|
|
|
.include <bsd.prog.mk>
|