install kmem.h for pstat.

This commit is contained in:
yamt 2007-11-10 07:41:51 +00:00
parent d4b8e5537d
commit 110566cad5
2 changed files with 4 additions and 3 deletions

View File

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

View File

@ -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 <bsd.sys.mk>
@ -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 \