Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/include/ibm4xx Install cpu.h. Noted in PR ...
details: https://anonhg.NetBSD.org/src/rev/d488345faf95
branches: trunk
changeset: 525375:d488345faf95
user: briggs <briggs%NetBSD.org@localhost>
date: Wed Apr 10 15:36:42 2002 +0000
description:
Install cpu.h. Noted in PR port-powerpc/16285 from smi%sm.sony.co.jp@localhost.
diffstat:
sys/arch/powerpc/include/ibm4xx/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 49963f4b89a7 -r d488345faf95 sys/arch/powerpc/include/ibm4xx/Makefile
--- a/sys/arch/powerpc/include/ibm4xx/Makefile Wed Apr 10 15:34:59 2002 +0000
+++ b/sys/arch/powerpc/include/ibm4xx/Makefile Wed Apr 10 15:36:42 2002 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2001/06/13 06:01:49 simonb Exp $
+# $NetBSD: Makefile,v 1.2 2002/04/10 15:36:42 briggs Exp $
KDIR= /sys/arch/powerpc/include/ibm4xx
INCSDIR= /usr/include/powerpc/ibm4xx
-INCS= pmap.h pte.h tlb.h
+INCS= cpu.h pmap.h pte.h tlb.h
.include <bsd.kinc.mk>
Home |
Main Index |
Thread Index |
Old Index