diff --git a/sys/arch/pc532/include/Makefile b/sys/arch/pc532/include/Makefile index d25aca547d1e..064308c8b6ff 100644 --- a/sys/arch/pc532/include/Makefile +++ b/sys/arch/pc532/include/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/07/26 19:54:57 drochner Exp $ +# $NetBSD: Makefile,v 1.24 2007/02/18 16:23:56 ad Exp $ INCSDIR= /usr/include/pc532 @@ -13,9 +13,10 @@ INCS= ansi.h aout_machdep.h asm.h autoconf.h \ jmpbuf.h \ kcore.h \ limits.h lock.h \ - math.h mcontext.h \ + math.h mcontext.h mutex.h \ param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \ reg.h \ + rwlock.h \ setjmp.h signal.h stdarg.h \ trap.h types.h \ varargs.h vmparam.h \ diff --git a/sys/arch/pmax/include/Makefile b/sys/arch/pmax/include/Makefile index d2ac3fda2a4c..5b003d85d0ef 100644 --- a/sys/arch/pmax/include/Makefile +++ b/sys/arch/pmax/include/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/07/29 19:10:58 ad Exp $ +# $NetBSD: Makefile,v 1.33 2007/02/18 16:18:25 ad Exp $ INCSDIR= /usr/include/pmax @@ -13,10 +13,10 @@ INCS= ansi.h aout_machdep.h asm.h autoconf.h \ intr.h \ kcore.h kdbparam.h \ limits.h lock.h locore.h \ - math.h mcontext.h mips_opcode.h \ + math.h mcontext.h mips_opcode.h mutex.h \ param.h pcb.h pmap.h pmc.h \ proc.h profile.h psl.h pte.h ptrace.h \ - reg.h regdef.h regnum.h reloc.h \ + reg.h regdef.h regnum.h reloc.h rwlock.h \ setjmp.h signal.h stdarg.h \ tc_machdep.h trap.h types.h \ varargs.h vmparam.h \