diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-08-23 14:22:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-08-23 14:22:57 +0000 |
commit | 18a239bd414db04d8b6460922ceae4272e39db9d (patch) | |
tree | bd491b0b5f2ab26f218ce2ae6a88609e1160bf5c /Makefile | |
parent | dcc7bcb083431cecd7c1600caffed0c29aabd4b5 (diff) |
must make obj in etc as well; the etc.*/Makefile stubs depend upon it.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |