summaryrefslogtreecommitdiff
path: root/tomcat/Makefile
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-09-29 02:02:03 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-09-29 02:43:28 -0500
commit311babc08009ff4014f9b6b14d82ca41f5e6f942 (patch)
tree9c37fb7787108cc3ca4a5ecb52e8b9afd8f9f172 /tomcat/Makefile
parentd756f2a304ed0921e1791c8eb91ce7fb7a085529 (diff)
gbuildify tomcat
Change-Id: Ibd7b71292450db8e3e98f9ede5a836182eb38770
Diffstat (limited to 'tomcat/Makefile')
-rw-r--r--tomcat/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tomcat/Makefile b/tomcat/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/tomcat/Makefile
@@ -0,0 +1,7 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+
+module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
+
+include $(module_directory)/../solenv/gbuild/partial_build.mk
+
+# vim: set noet sw=4 ts=4: