11 lines
283 B
Makefile
11 lines
283 B
Makefile
# $NetBSD: Makefile,v 1.7 2001/04/11 07:42:37 jdolecek 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 tgareg.h
|
|
|
|
.include <bsd.kinc.mk>
|