Install cpu.h. Noted in PR port-powerpc/16285 from smi@sm.sony.co.jp.

This commit is contained in:
briggs 2002-04-10 15:36:42 +00:00
parent 2637121712
commit 4fb4a95b7e
1 changed files with 2 additions and 2 deletions

View File

@ -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>