Install callback.h for kmem grovellers.
This commit is contained in:
parent
b3b90d7485
commit
1569e06e16
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.1076 2007/11/04 23:28:16 tls Exp $
|
||||
# $NetBSD: mi,v 1.1077 2007/11/06 23:39:25 ad Exp $
|
||||
./etc/mtree/set.comp comp-sys-root
|
||||
./usr/bin/addr2line comp-debug-bin bfd
|
||||
./usr/bin/ar comp-util-bin bfd
|
||||
|
@ -1761,6 +1761,7 @@
|
|||
./usr/include/sys/bswap.h comp-c-include
|
||||
./usr/include/sys/buf.h comp-c-include
|
||||
./usr/include/sys/bufq.h comp-obsolete obsolete
|
||||
./usr/include/sys/callback.h comp-c-include
|
||||
./usr/include/sys/callout.h comp-c-include
|
||||
./usr/include/sys/cc_microtime.h comp-obsolete obsolete
|
||||
./usr/include/sys/cdefs.h comp-c-include
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.99 2007/11/02 21:01:29 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.100 2007/11/06 23:39:25 ad Exp $
|
||||
|
||||
.include <bsd.sys.mk>
|
||||
|
||||
|
@ -6,7 +6,7 @@ INCSDIR= /usr/include/sys
|
|||
|
||||
INCS= acct.h agpio.h aio.h ansi.h ataio.h audioio.h \
|
||||
bitops.h bootblock.h bswap.h buf.h \
|
||||
callout.h cdefs.h cdefs_aout.h \
|
||||
callback.h callout.h cdefs.h cdefs_aout.h \
|
||||
cdefs_elf.h cdio.h chio.h clockctl.h condvar.h conf.h core.h \
|
||||
cpuio.h device.h dir.h dirent.h disk.h disklabel.h disklabel_acorn.h \
|
||||
disklabel_gpt.h \
|
||||
|
|
Loading…
Reference in New Issue