summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2012-07-23 17:38:19 +0000
committerderaadt <deraadt@openbsd.org>2012-07-23 17:38:19 +0000
commit5ea1674a0b36701cd5d55aaaeb07dffb9b93ba1c (patch)
treeb94e4f058a1898ac0222add67d46ee0c3d1dfde1 /usr.sbin/mtree
parentCall sppp_clear_ip_addrs from a workq. Problem reported by RD Thrush and (diff)
downloadwireguard-openbsd-5ea1674a0b36701cd5d55aaaeb07dffb9b93ba1c.tar.xz
wireguard-openbsd-5ea1674a0b36701cd5d55aaaeb07dffb9b93ba1c.zip
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>