11 lines
340 B
Makefile
11 lines
340 B
Makefile
# $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>
|