summaryrefslogtreecommitdiffstats
path: root/sys/amd64/Makefile
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2000-01-27 01:22:06 +0000
committermckusick <mckusick@FreeBSD.org>2000-01-27 01:22:06 +0000
commitb5a8876127f3499504e4a34767e403fcf4145da7 (patch)
tree5879c09ab86d11024496db0a87a6a35d2b1054b5 /sys/amd64/Makefile
parent4d672453af26dd5d20fabd4905166754ab39a397 (diff)
downloadFreeBSD-src-b5a8876127f3499504e4a34767e403fcf4145da7.zip
FreeBSD-src-b5a8876127f3499504e4a34767e403fcf4145da7.tar.gz
Add soft updates to the set of things being tagged. Syntax cleanup.
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