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.28.2.1 retrieving revision 1.29 diff -u -p -r1.28.2.1 -r1.29 --- src/sys/arch/i386/Makefile 2008/03/23 10:32:05 1.28.2.1 +++ src/sys/arch/i386/Makefile 2007/08/10 22:36:59 1.29 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28.2.1 2008/03/23 10:32:05 jdc Exp $ +# $NetBSD: Makefile,v 1.29 2007/08/10 22:36:59 dyoung Exp $ # Makefile for i386 tags file and boot blocks @@ -21,7 +21,8 @@ DI386= i386 eisa isa include pci tags: -rm -f ${TI386} - -echo ${SI386} ${COMM} | xargs ctags -wadtf ${TI386} + -echo ${SI386} | xargs ctags -wadtf ${TI386} + -${FINDCOMM} | xargs ctags -wadtf ${TI386} egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AI386} | \ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ >> ${TI386} @@ -32,6 +33,6 @@ links: (cd $$i && rm -f tags; ln -s ../tags tags); done -SUBDIR= compile include stand ../x86/include ../xen/include +SUBDIR= compile include stand ../x86/include .include