Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/i386/Makefile,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- src/sys/arch/i386/Makefile 2005/12/11 12:17:40 1.26 +++ src/sys/arch/i386/Makefile 2006/02/26 03:08:02 1.27 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/12/11 12:17:40 christos Exp $ +# $NetBSD: Makefile,v 1.27 2006/02/26 03:08:02 dyoung Exp $ # Makefile for i386 tags file and boot blocks @@ -8,6 +8,9 @@ SI386= ${SYSDIR}/arch/i386/i386/*.[ch] $ ${SYSDIR}/arch/i386/pci/*.[ch] \ ${SYSDIR}/contrib/arch/i386/dev/*.[ch] \ ${SYSDIR}/contrib/dev/ic/*.[ch] +SI386+= ${SYSDIR}/arch/x86/x86/*.[ch] ${SYSDIR}/arch/x86/include/*.h \ + ${SYSDIR}/arch/x86/isa/*.[ch] \ + ${SYSDIR}/arch/x86/pci/*.[ch] AI386= ${SYSDIR}/arch/i386/i386/*.[sS] ${SYSDIR}/arch/i386/isa/*.[sS] # Directories in which to place tags links