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/arc/Makefile,v retrieving revision 1.6.6.2 retrieving revision 1.6.6.3 diff -u -p -r1.6.6.2 -r1.6.6.3 --- src/sys/arch/arc/Makefile 2000/11/20 20:00:15 1.6.6.2 +++ src/sys/arch/arc/Makefile 2001/01/05 17:33:52 1.6.6.3 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6.6.2 2000/11/20 20:00:15 bouyer Exp $ +# $NetBSD: Makefile,v 1.6.6.3 2001/01/05 17:33:52 bouyer Exp $ # $OpenBSD: Makefile,v 1.5 1997/05/19 10:34:53 pefo Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/16/93 @@ -10,11 +10,11 @@ TARC= ../arc/tags SARC= ../arc/algor/*.[ch] ../arc/arc/*.[ch] ../arc/dev/*.[ch] \ ../arc/dti/*.[ch] ../arc/include/*.h ../arc/isa/*.[ch] \ - ../arc/pci/*.[ch] ../arc/pica/*.[ch] + ../arc/pci/*.[ch] ../arc/jazz/*.[ch] AARC= ../arc/arc/*.S # Directories in which to place tags links -DARC= algor arc dev dti include isa pci pica +DARC= algor arc dev dti include isa pci jazz .include "../../kern/Make.tags.inc"