blob: 04516523d6339bb0acc2e25f13455ac640df0356 (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile,v 1.9 2013/04/15 06:25:18 deraadt Exp $
PROG= mtree
#CFLAGS+=-DDEBUG
MAN= mtree.8
SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c
.include <bsd.prog.mk>
|