install stireg.h

This commit is contained in:
macallan 2024-03-04 10:19:13 +00:00
parent 29d939f7c2
commit 6cd4d7a2ec
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.2455 2024/03/01 15:48:24 christos Exp $
# $NetBSD: mi,v 1.2456 2024/03/04 10:19:13 macallan Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
./etc/mtree/set.comp comp-sys-root
@ -645,6 +645,7 @@
./usr/include/dev/ic/smc91cxxvar.h comp-obsolete obsolete
./usr/include/dev/ic/smc93cx6var.h comp-obsolete obsolete
./usr/include/dev/ic/st16650reg.h comp-obsolete obsolete
./usr/include/dev/ic/stireg.h comp-c-include
./usr/include/dev/ic/tms320av110reg.h comp-obsolete obsolete
./usr/include/dev/ic/tms320av110var.h comp-obsolete obsolete
./usr/include/dev/ic/uhareg.h comp-obsolete obsolete

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.28 2021/12/07 17:39:54 brad Exp $
# $NetBSD: Makefile,v 1.29 2024/03/04 10:19:14 macallan Exp $
INCSDIR= /usr/include/dev/ic
# Only install includes which are used by userland
INCS= athioctl.h bt8xx.h hd44780var.h icpreg.h icp_ioctl.h isp_ioctl.h \
mlxreg.h mlxio.h nvmeio.h nvmereg.h qemufwcfgio.h scmdreg.h wdcreg.h \
wi_ieee.h
mlxreg.h mlxio.h nvmeio.h nvmereg.h qemufwcfgio.h scmdreg.h stireg.h \
wdcreg.h wi_ieee.h
.include <bsd.kinc.mk>