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.19.2.2 retrieving revision 1.20 diff -u -p -r1.19.2.2 -r1.20 --- src/sys/arch/i386/Makefile 2001/04/03 17:12:24 1.19.2.2 +++ src/sys/arch/i386/Makefile 2003/01/06 17:40:35 1.20 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19.2.2 2001/04/03 17:12:24 jhawk Exp $ +# $NetBSD: Makefile,v 1.20 2003/01/06 17:40:35 lukem Exp $ # Makefile for i386 tags file and boot blocks @@ -26,6 +26,6 @@ links: (cd $$i && rm -f tags; ln -s ../tags tags); done -SUBDIR= include stand +SUBDIR= compile include stand .include