summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-07-23 17:38:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-07-23 17:38:20 +0000
commit6e57ae9752993b322ab3cd831a53a79e773060bd (patch)
treecaa59609adad1f7071daeb58e31ddfdc6ee75cf4 /usr.sbin/mtree
parent66d6658117c5b62234ea646c27e25398180a5fd9 (diff)
workaround: link this static for a release, because the upgrade script
is doing something unbelievably stupid by running dynamic binaries. In about 4-5 months, someone remind me to undo this change.
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>