summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.prog.mk
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-10-17 13:48:13 +0000
committerru <ru@FreeBSD.org>2002-10-17 13:48:13 +0000
commit64dd2ee656bb0005524d781c28e4c227d6bc5a22 (patch)
tree9d155f4e09a9ac61c84d0128e618472317b061de /share/mk/bsd.prog.mk
parentd91054229567b7e8d98914d2335b054dac2635fe (diff)
downloadFreeBSD-src-64dd2ee656bb0005524d781c28e4c227d6bc5a22.zip
FreeBSD-src-64dd2ee656bb0005524d781c28e4c227d6bc5a22.tar.gz
Added the new variable CTAGS which, if set to "ctags", reverts
to creating the tags file using ctags(1). Defaults to "gtags". Made GTAGSFLAGS and HTAGSFLAGS overrideable, added CTAGSFLAGS. Folded bsd.prog.mk version of `tags' into bsd.dep.mk. PR: bin/42852
Diffstat (limited to 'share/mk/bsd.prog.mk')
-rw-r--r--share/mk/bsd.prog.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk
index ff1a708..19e5fd4 100644
--- a/share/mk/bsd.prog.mk
+++ b/share/mk/bsd.prog.mk
@@ -163,20 +163,6 @@ lint: ${SRCS:M*.c}
.endif
.endif
-.if defined(NOTAGS)
-tags:
-.endif
-
-.if !target(tags)
-tags: ${SRCS}
-.if defined(PROG)
- @cd ${.CURDIR} && gtags ${GTAGSFLAGS} ${.OBJDIR}
-.if defined(HTML)
- @cd ${.CURDIR} && htags ${HTAGSFLAGS} -d ${.OBJDIR} ${.OBJDIR}
-.endif
-.endif
-.endif
-
.if !defined(NOMAN)
.include <bsd.man.mk>
.endif
OpenPOWER on IntegriCloud