13 lines
365 B
Makefile
13 lines
365 B
Makefile
# $NetBSD: Makefile,v 1.10 2003/09/25 18:05:53 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 twereg.h tweio.h
|
|
|
|
.include <bsd.kinc.mk>
|