Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/cats There's no isa/ under cats/; update Makefile t...



details:   https://anonhg.NetBSD.org/src/rev/f40bd8d6c4bb
branches:  trunk
changeset: 763963:f40bd8d6c4bb
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Fri Apr 08 14:58:46 2011 +0000

description:
There's no isa/ under cats/; update Makefile to reflect that.

diffstat:

 sys/arch/cats/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6cc82e4f6bd7 -r f40bd8d6c4bb sys/arch/cats/Makefile
--- a/sys/arch/cats/Makefile    Fri Apr 08 14:09:24 2011 +0000
+++ b/sys/arch/cats/Makefile    Fri Apr 08 14:58:46 2011 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index