summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorGordon Ross <gordon.w.ross@gmail.com>2016-10-21 19:02:00 -0400
committerGordon Ross <gordon.w.ross@gmail.com>2016-10-29 11:10:46 -0400
commit2efc281b233de4cb25e46f6a9b25c9a2fe2e635a (patch)
tree04ce1c0c268debd8a78f69797d5491e6ff991d30 /usr
parent0a2f8373fc0ba3bb72bcdad91a4e850615d4f12a (diff)
downloadillumos-gfx-drm-2efc281b233de4cb25e46f6a9b25c9a2fe2e635a.tar.gz
Add a TAGS target
Diffstat (limited to 'usr')
-rw-r--r--usr/src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/Makefile b/usr/src/Makefile
index 620ecc3..8b693a0 100644
--- a/usr/src/Makefile
+++ b/usr/src/Makefile
@@ -175,6 +175,10 @@ XRINCDIRS = uts/common head ucbhead
cscope.out tags: FRC
$(XREF) -f -x $@
+TAGS: FRC
+ find uts common lib cmd -name '*.[ch]' -print |\
+ exctags -e -L -
+
FRC:
#