blob: 7b2ef27213f86745a500352809ac4d51a575d1ae (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: Makefile,v 1.20 2001/05/06 03:26:38 ichiro Exp $
INCSDIR= /usr/include/dev/ic
# Only install includes which are used by userland
INCS= bt8xx.h isp_ioctl.h mlxreg.h mlxio.h rrunnerreg.h rrunnervar.h wdcreg.h wi_ieee.h
.include <bsd.kinc.mk>
|