aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ares/Makefile.in')
-rw-r--r--ares/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/ares/Makefile.in b/ares/Makefile.in
index 4961d080b..e7725156a 100644
--- a/ares/Makefile.in
+++ b/ares/Makefile.in
@@ -33,6 +33,9 @@ $(LIB): ${OBJS}
ar cru $@ ${OBJS}
${RANLIB} $@
+tags:
+ etags *.[ch]
+
adig: adig.o $(LIB)
${CC} ${LDFLAGS} -o $@ adig.o $(LIB) ${LIBS}