blob: 46697b08a23232c2952e55af5f1eeeb3b489924e (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.26 2017/11/25 16:31:03 jmcneill 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 rrunnerreg.h \
rrunnervar.h wdcreg.h wi_ieee.h
.include <bsd.kinc.mk>
|