aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/Makefile
diff options
context:
space:
mode:
authorKirk McKusick <mckusick@FreeBSD.org>2007-05-13 18:21:54 +0000
committerKirk McKusick <mckusick@FreeBSD.org>2007-05-13 18:21:54 +0000
commit2f79c90982e9dd3af4ccf7ca9f43a7f5668738bd (patch)
tree258eee2bf1bc2961e213f2c97f45d523b4f5a481 /sys/i386/Makefile
parent61305271cd22d881f05e18822133b658cf78c32a (diff)
downloadsrc-2f79c90982e9dd3af4ccf7ca9f43a7f5668738bd.tar.gz
src-2f79c90982e9dd3af4ccf7ca9f43a7f5668738bd.zip
Update entries for building tags.
Notes
Notes: svn path=/head/; revision=169532
Diffstat (limited to 'sys/i386/Makefile')
-rw-r--r--sys/i386/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/Makefile b/sys/i386/Makefile
index b7d021a7d3d1..baff9d679c3a 100644
--- a/sys/i386/Makefile
+++ b/sys/i386/Makefile
@@ -4,8 +4,7 @@
# Makefile for i386 links, tags file
# SYS is normally set in Make.tags.inc
-# SYS=/sys
-SYS=/nsys
+SYS=/sys
TAGDIR= i386
@@ -25,7 +24,8 @@ links::
-for i in ${DI386}; do \
(cd $$i && { rm -f tags; ln -s ../tags tags; }) done
-SI386= ${SYS}/i386/apm/*.[ch] \
+SI386= ${SYS}/i386/acpica/*.[ch] ${SYS}/i386/bios/*.[ch] \
+ ${SYS}/i386/cpufreq/*.[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]