summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/Makefile2
-rw-r--r--sys/i386/Makefile2
-rw-r--r--sys/kern/Make.tags.inc5
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/amd64/Makefile b/sys/amd64/Makefile
index c173c4f..bc97ebf 100644
--- a/sys/amd64/Makefile
+++ b/sys/amd64/Makefile
@@ -31,7 +31,7 @@ SI386= ${SYS}/i386/apm/*.[ch] ${SYS}/i386/eisa/*.[ch] \
AI386= ${SYS}/i386/i386/*.s
tags::
- -ctags -wdt ${COMM} ${I386}
+ -ctags -wdt ${COMM} ${SI386}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AI386} | \
sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> tags
diff --git a/sys/i386/Makefile b/sys/i386/Makefile
index c173c4f..bc97ebf 100644
--- a/sys/i386/Makefile
+++ b/sys/i386/Makefile
@@ -31,7 +31,7 @@ SI386= ${SYS}/i386/apm/*.[ch] ${SYS}/i386/eisa/*.[ch] \
AI386= ${SYS}/i386/i386/*.s
tags::
- -ctags -wdt ${COMM} ${I386}
+ -ctags -wdt ${COMM} ${SI386}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AI386} | \
sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> tags
diff --git a/sys/kern/Make.tags.inc b/sys/kern/Make.tags.inc
index 9e20157..2492f32 100644
--- a/sys/kern/Make.tags.inc
+++ b/sys/kern/Make.tags.inc
@@ -1,3 +1,4 @@
+# $FreeBSD$
# @(#)Make.tags.inc 8.1 (Berkeley) 6/11/93
SYS?= /sys
@@ -10,6 +11,7 @@ SYS?= /sys
# better solution would be for ctags to generate "struct vmmeter" tags.
COMM= ${SYS}/conf/*.[ch] \
+ ${SYS}/contrib/softupdates/*.[ch] \
${SYS}/dev/advansys/*.[ch] \
${SYS}/dev/aha/*.[ch] \
${SYS}/dev/aic7xxx/*.[ch] \
@@ -75,7 +77,8 @@ COMMDIR1= ${SYS}/conf \
${SYS}/vm \
${SYS}/sys
-COMMDIR2= ${SYS}/dev/advansys \
+COMMDIR2= ${SYS}/contrib/softupdates \
+ ${SYS}/dev/advansys \
${SYS}/dev/aha \
${SYS}/dev/aic7xxx \
${SYS}/dev/buslogic \
OpenPOWER on IntegriCloud