summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2019-12-21 21:39:59 +0000
committerespie <espie@openbsd.org>2019-12-21 21:39:59 +0000
commit3367dcf595ba746330d95b4c926ae4b05b798c0c (patch)
treeece2ec1fa81f13ee7814e0df0cfcd1023845feac /Makefile
parentReplace the term "security key" with "(FIDO) authenticator". (diff)
downloadwireguard-openbsd-3367dcf595ba746330d95b4c926ae4b05b798c0c.tar.xz
wireguard-openbsd-3367dcf595ba746330d95b4c926ae4b05b798c0c.zip
a few depend:-related thingies that were still in.
okay millert@, tb@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f7c32823df8..2f82f3fe730 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.134 2017/07/05 10:22:32 espie Exp $
+# $OpenBSD: Makefile,v 1.135 2019/12/21 21:39:59 espie Exp $
#
# For more information on building in tricky environments, please see
@@ -109,6 +109,6 @@ ${CROSS_TARGETS}:
.PHONY: ${CROSS_TARGETS} \
build regression-tests includes beforeinstall afterinstall \
- all depend do-build
+ all do-build
.include <bsd.subdir.mk>