summaryrefslogtreecommitdiffstats
path: root/sys/amd64/Makefile
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2000-07-04 00:18:43 +0000
committermckusick <mckusick@FreeBSD.org>2000-07-04 00:18:43 +0000
commitc3aca60a5bf5526b163f713906a4300630737cf6 (patch)
treed88134a96f02d4ba29e63025acc377368e40cc8a /sys/amd64/Makefile
parentfb6a5b5ebd6e14443bab177f47d2c61309bd6e0c (diff)
downloadFreeBSD-src-c3aca60a5bf5526b163f713906a4300630737cf6.zip
FreeBSD-src-c3aca60a5bf5526b163f713906a4300630737cf6.tar.gz
Update tags directive to reflect the new location of soft updates
and the reorganization of the eisa directory.
Diffstat (limited to 'sys/amd64/Makefile')
-rw-r--r--sys/amd64/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/Makefile b/sys/amd64/Makefile
index bc97ebf..9cd88ef 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 eisa i386 ibcs2 include isa linux
+DI386= apm conf i386 ibcs2 include isa linux
links::
-for i in ${COMMDIR1}; do \
@@ -24,7 +24,7 @@ links::
-for i in ${DI386}; do \
(cd $$i && { rm -f tags; ln -s ../tags tags; }) done
-SI386= ${SYS}/i386/apm/*.[ch] ${SYS}/i386/eisa/*.[ch] \
+SI386= ${SYS}/i386/apm/*.[ch] \
${SYS}/i386/i386/*.[ch] ${SYS}/i386/ibcs2/*.[ch] \
${SYS}/i386/include/*.[ch] ${SYS}/i386/isa/*.[ch] \
${SYS}/i386/linux/*.[ch]
OpenPOWER on IntegriCloud