summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/Makefile.waf6
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/Makefile.waf b/source4/Makefile.waf
index d2128b46af..e304540637 100644
--- a/source4/Makefile.waf
+++ b/source4/Makefile.waf
@@ -45,3 +45,9 @@ torture: all
# this should do an install as well, once install is finished
installcheck: test
+etags:
+ $(WAF) etags
+
+ctags:
+ $(WAF) ctags
+