blob: 5539056bd8abdc850fccbc49d3bdab95e1193cc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.9 2001/09/13 21:52:30 thorpej Exp $
# use 'make -f Makefile.pcidevs' to make pcidevs.h and pcidevs_data.h
INCSDIR= /usr/include/dev/pci
# Only install includes which are used by userland
INCS= if_lmc_types.h if_lmcioctl.h mlyio.h mlyreg.h \
pcidevs.h pcidevs_data.h pciio.h pcireg.h \
tgareg.h
.include <bsd.kinc.mk>
|