blob: 7c788dc6d179be6fbcc766354a41bc3a1a37a242 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.8 2012/07/23 17:38:19 deraadt Exp $
PROG= mtree
#CFLAGS+=-DDEBUG
MAN= mtree.8
SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c
LDSTATIC= ${STATIC}
.include <bsd.prog.mk>
|