make vodes work on dead kernel
[unix-history] / usr / src / usr.sbin / mtree / Makefile
# @(#)Makefile 5.5 (Berkeley) %G%
PROG= mtree
CFLAGS=-O
SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c
.PATH: ${.CURDIR}/../../usr.bin/cksum
.include <bsd.prog.mk>