summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-08-23 14:22:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-08-23 14:22:57 +0000
commit18a239bd414db04d8b6460922ceae4272e39db9d (patch)
treebd491b0b5f2ab26f218ce2ae6a88609e1160bf5c /Makefile
parentdcc7bcb083431cecd7c1600caffed0c29aabd4b5 (diff)
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: