From 4fb4a95b7e23fd77a20d3d7cfbb381cf56fcf4df Mon Sep 17 00:00:00 2001 From: briggs Date: Wed, 10 Apr 2002 15:36:42 +0000 Subject: [PATCH] Install cpu.h. Noted in PR port-powerpc/16285 from smi@sm.sony.co.jp. --- sys/arch/powerpc/include/ibm4xx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/powerpc/include/ibm4xx/Makefile b/sys/arch/powerpc/include/ibm4xx/Makefile index f7c64c23dac3..f3a25852fd1e 100644 --- a/sys/arch/powerpc/include/ibm4xx/Makefile +++ b/sys/arch/powerpc/include/ibm4xx/Makefile @@ -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