summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mtree')
-rw-r--r--usr.sbin/mtree/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/mtree/Makefile b/usr.sbin/mtree/Makefile
index 48e6ab03bdc..7c788dc6d17 100644
--- a/usr.sbin/mtree/Makefile
+++ b/usr.sbin/mtree/Makefile
@@ -1,8 +1,9 @@
-# $OpenBSD: Makefile,v 1.7 2004/05/02 17:55:53 millert Exp $
+# $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>