12 lines
385 B
Makefile
12 lines
385 B
Makefile
# $NetBSD: Makefile,v 1.6 1999/06/20 18:17:22 pk Exp $
|
|
|
|
# use 'make -f Makefile.pcidevs' to make pcidevs.h and pcidevs_data.h
|
|
|
|
INCSDIR= /usr/include/dev/pci
|
|
|
|
INCS= if_devar.h if_levar.h if_lmcioctl.h if_lmcvar.h if_lmc_types.h \
|
|
if_tlregs.h ncrreg.h pcidevs.h pcidevs_data.h pciidereg.h pciidevar.h \
|
|
pcireg.h pcivar.h ppbreg.h tgareg.h tgavar.h vga_pcivar.h
|
|
|
|
.include <bsd.kinc.mk>
|