diff options
-rw-r--r-- | sys/amd64/Makefile | 2 | ||||
-rw-r--r-- | sys/i386/Makefile | 2 | ||||
-rw-r--r-- | sys/kern/Make.tags.inc | 4 |
3 files changed, 3 insertions, 5 deletions
diff --git a/sys/amd64/Makefile b/sys/amd64/Makefile index 9cd88ef..14ba0b3 100644 --- a/sys/amd64/Makefile +++ b/sys/amd64/Makefile @@ -14,7 +14,7 @@ all: @echo "make links or tags only" # Directories in which to place i386 tags links -DI386= apm conf i386 ibcs2 include isa linux +DI386= apm i386 ibcs2 include isa linux links:: -for i in ${COMMDIR1}; do \ diff --git a/sys/i386/Makefile b/sys/i386/Makefile index 9cd88ef..14ba0b3 100644 --- a/sys/i386/Makefile +++ b/sys/i386/Makefile @@ -14,7 +14,7 @@ all: @echo "make links or tags only" # Directories in which to place i386 tags links -DI386= apm conf i386 ibcs2 include isa linux +DI386= apm i386 ibcs2 include isa linux links:: -for i in ${COMMDIR1}; do \ diff --git a/sys/kern/Make.tags.inc b/sys/kern/Make.tags.inc index 45e857d..68801a9 100644 --- a/sys/kern/Make.tags.inc +++ b/sys/kern/Make.tags.inc @@ -10,8 +10,7 @@ SYS?= /sys # win when there is a struct tag with the same name (e.g., vmmeter). The # better solution would be for ctags to generate "struct vmmeter" tags. -COMM= ${SYS}/conf/*.[ch] \ - ${SYS}/dev/advansys/*.[ch] \ +COMM= ${SYS}/dev/advansys/*.[ch] \ ${SYS}/dev/aha/*.[ch] \ ${SYS}/dev/aic7xxx/*.[ch] \ ${SYS}/dev/buslogic/*.[ch] \ @@ -26,7 +25,6 @@ COMM= ${SYS}/conf/*.[ch] \ ${SYS}/dev/pdq/*.[ch] \ ${SYS}/dev/ppbus/*.[ch] \ ${SYS}/dev/smbus/*.[ch] \ - ${SYS}/dev/vn/*.[ch] \ ${SYS}/dev/vx/*.[ch] \ ${SYS}/fs/deadfs/*.[ch] \ ${SYS}/fs/fdescfs/*.[ch] \ |