summaryrefslogtreecommitdiff
path: root/post.Makefile
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-02-07 09:07:32 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-02-07 09:08:33 -0600
commit5ed6b310c6721c001293f2dd058cdfaec09e8024 (patch)
tree88600e269f14b23357d49a7027a7d3bf2b1dc89d /post.Makefile
parentefbe3f64906da13ad2a73613148845bfb2c01720 (diff)
oops forgot a file
Diffstat (limited to 'post.Makefile')
-rw-r--r--post.Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/post.Makefile b/post.Makefile
new file mode 100644
index 000000000000..bfa8b34dfca5
--- /dev/null
+++ b/post.Makefile
@@ -0,0 +1,7 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+
+gb_SourceEnvAndRecurse_STAGE=gbuild
+include $(SOLARENV)/gbuild/gbuild.mk
+$(eval $(call gb_Module_make_global_targets,$(wildcard $(SRCDIR)/RepositoryModule_*.mk)))
+
+# vim: set noet sw=4 ts=4: