11 lines
324 B
Makefile
11 lines
324 B
Makefile
# $NetBSD: Makefile,v 1.25 2016/06/04 16:11:51 nonaka 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 rrunnerreg.h rrunnervar.h \
|
|
wdcreg.h wi_ieee.h
|
|
|
|
.include <bsd.kinc.mk>
|