don't install cpu_data.h or cc_microtime.h.

they're not intended to be exposed to userland.
This commit is contained in:
yamt 2004-10-10 08:57:30 +00:00
parent 6428501b14
commit c72c6f082e
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.732 2004/09/23 12:54:58 he Exp $
# $NetBSD: mi,v 1.733 2004/10/10 08:57:30 yamt Exp $
./etc/mtree/set.comp comp-sys-root
./usr/bin/addr2line comp-debug-bin bfd
./usr/bin/ar comp-util-bin bfd
@ -1267,7 +1267,6 @@
./usr/include/sys/bswap.h comp-c-include
./usr/include/sys/buf.h comp-c-include
./usr/include/sys/callout.h comp-c-include
./usr/include/sys/cc_microtime.h comp-c-include
./usr/include/sys/cdefs.h comp-c-include
./usr/include/sys/cdefs_aout.h comp-c-include
./usr/include/sys/cdefs_elf.h comp-c-include
@ -1277,7 +1276,6 @@
./usr/include/sys/clockctl.h comp-c-include
./usr/include/sys/conf.h comp-c-include
./usr/include/sys/core.h comp-c-include
./usr/include/sys/cpu_data.h comp-c-include
./usr/include/sys/device.h comp-c-include
./usr/include/sys/dir.h comp-c-include
./usr/include/sys/dirent.h comp-c-include

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.67 2004/09/23 10:06:21 he Exp $
# $NetBSD: Makefile,v 1.68 2004/10/10 08:57:30 yamt Exp $
INCSDIR= /usr/include/sys
INCS= acct.h agpio.h ansi.h ataio.h audioio.h \
bootblock.h bswap.h buf.h \
callout.h cc_microtime.h cdefs.h cdefs_aout.h \
cdefs_elf.h cdio.h chio.h clockctl.h conf.h core.h cpu_data.h \
callout.h cdefs.h cdefs_aout.h \
cdefs_elf.h cdio.h chio.h clockctl.h conf.h core.h \
device.h dir.h dirent.h disk.h disklabel.h disklabel_acorn.h \
dkbad.h dkio.h dkstat.h domain.h drvctlio.h dvdio.h \
endian.h envsys.h errno.h event.h exec.h exec_aout.h \