summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-08-23 14:22:56 +0000
committerderaadt <deraadt@openbsd.org>2015-08-23 14:22:56 +0000
commit84b1e8ae486cd84f2627e7427076938d4bdb563e (patch)
tree02c78f2e8c5c9e7731f9ddabe6a3a4f7dd20f113 /Makefile
parentrecompute len when the path is absolute as canonpath could have shrink it (diff)
downloadwireguard-openbsd-84b1e8ae486cd84f2627e7427076938d4bdb563e.tar.xz
wireguard-openbsd-84b1e8ae486cd84f2627e7427076938d4bdb563e.zip
must make obj in etc as well; the etc.*/Makefile stubs depend upon it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4fc66437aed..1495e717d34 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.124 2015/06/02 06:10:14 deraadt Exp $
+# $OpenBSD: Makefile,v 1.125 2015/08/23 14:22:56 deraadt Exp $
#
# For more information on building in tricky environments, please see
@@ -42,7 +42,7 @@ SUBDIR+= gnu
SUBDIR+= sys
.if make(clean) || make(cleandir) || make(obj)
-SUBDIR+= distrib regress
+SUBDIR+= etc distrib regress
.endif
regression-tests: