Update tags build script

This commit is contained in:
Kirk McKusick 2011-07-10 00:53:04 +00:00
parent 8795189c98
commit b115b0e28f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223901
2 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,7 @@ links::
(cd $$i && { rm -f tags; ln -s ../tags tags; }) done
SI386= ${SYS}/i386/acpica/*.[ch] ${SYS}/i386/bios/*.[ch] \
${SYS}/i386/cpufreq/*.[ch] ${SYS}/i386/pci/*.[ch] \
${SYS}/i386/pci/*.[ch] ${SYS}/i386/pci/*.[ch] \
${SYS}/i386/i386/*.[ch] ${SYS}/i386/ibcs2/*.[ch] \
${SYS}/i386/include/*.[ch] ${SYS}/i386/isa/*.[ch] \
${SYS}/i386/linux/*.[ch]

View File

@ -37,6 +37,7 @@ COMM= ${SYS}/dev/advansys/*.[ch] \
${SYS}/fs/smbfs/*.[ch] \
${SYS}/fs/udf/*.[ch] \
${SYS}/fs/unionfs/*.[ch] \
${SYS}/geom/*.[ch] \
${SYS}/kern/*.[ch] \
${SYS}/net/*.[ch] \
${SYS}/netatalk/*.[ch] \
@ -55,6 +56,7 @@ COMM= ${SYS}/dev/advansys/*.[ch] \
${SYS}/sys/*.[ch]
COMMDIR1= ${SYS}/conf \
${SYS}/geom \
${SYS}/kern \
${SYS}/net \
${SYS}/netatalk \