summaryrefslogtreecommitdiffstats
path: root/sys/amd64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/Makefile')
-rw-r--r--sys/amd64/Makefile2
1 files changed, 1 insertions, 1 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
OpenPOWER on IntegriCloud