diff --git a/distrib/sets/lists/comp/mi b/distrib/sets/lists/comp/mi index 89cdb68ad389..2412216dd13a 100644 --- a/distrib/sets/lists/comp/mi +++ b/distrib/sets/lists/comp/mi @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1078 2007/11/09 21:18:23 plunky Exp $ +# $NetBSD: mi,v 1.1079 2007/11/10 07:43:07 yamt Exp $ ./etc/mtree/set.comp comp-sys-root ./usr/bin/addr2line comp-debug-bin bfd ./usr/bin/ar comp-util-bin bfd @@ -1830,6 +1830,7 @@ ./usr/include/sys/kcore.h comp-c-include ./usr/include/sys/kernel.h comp-obsolete obsolete ./usr/include/sys/kgdb.h comp-c-include +./usr/include/sys/kmem.h comp-c-include ./usr/include/sys/ksem.h comp-c-include ./usr/include/sys/ksyms.h comp-c-include ./usr/include/sys/ktrace.h comp-c-include diff --git a/sys/sys/Makefile b/sys/sys/Makefile index a2feccd3beaf..e2c32fb801a5 100644 --- a/sys/sys/Makefile +++ b/sys/sys/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2007/11/06 23:39:25 ad Exp $ +# $NetBSD: Makefile,v 1.101 2007/11/10 07:41:51 yamt Exp $ .include @@ -17,7 +17,7 @@ INCS= acct.h agpio.h aio.h ansi.h ataio.h audioio.h \ float_ieee754.h fstypes.h gcq.h gmon.h gpio.h hash.h \ ieee754.h inttypes.h ioccom.h ioctl.h ioctl_compat.h iostat.h ipc.h \ joystick.h \ - kcore.h kgdb.h ksem.h ksyms.h ktrace.h \ + kcore.h kgdb.h kmem.h ksem.h ksyms.h ktrace.h \ lkm.h localedef.h lock.h lockf.h lwp.h \ malloc.h mallocvar.h mbuf.h md4.h \ md5.h midiio.h mman.h mount.h mqueue.h msg.h msgbuf.h mtio.h mutex.h \