blob: 48e6ab03bdc39eb92b0ee8e9fdafc6136fc262a6 (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile,v 1.7 2004/05/02 17:55:53 millert 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>
|