Module Name: src Committed By: dyoung Date: Fri Apr 8 14:58:46 UTC 2011
Modified Files: src/sys/arch/cats: Makefile Log Message: There's no isa/ under cats/; update Makefile to reflect that. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/cats/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/cats/Makefile diff -u src/sys/arch/cats/Makefile:1.4 src/sys/arch/cats/Makefile:1.5 --- src/sys/arch/cats/Makefile:1.4 Mon Apr 4 19:44:37 2011 +++ src/sys/arch/cats/Makefile Fri Apr 8 14:58:46 2011 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/04/04 19:44:37 dyoung Exp $ +# $NetBSD: Makefile,v 1.5 2011/04/08 14:58:46 dyoung Exp $ # Makefile for cats tags file and boot blocks @@ -10,7 +10,7 @@ ${SYSDIR}/arch/cats/pci/*.[ch] # Directories in which to place tags links -DCATS= isa include +DCATS= include .include "../../kern/Make.tags.inc"