Makefile revision 1.9
11.9Sthorpej# $NetBSD: Makefile,v 1.9 2001/09/13 21:52:30 thorpej Exp $ 21.3Scgd 31.3Scgd# use 'make -f Makefile.pcidevs' to make pcidevs.h and pcidevs_data.h 41.1Scgd 51.2ScgdINCSDIR= /usr/include/dev/pci 61.1Scgd 71.7Sjdolecek# Only install includes which are used by userland 81.9SthorpejINCS= if_lmc_types.h if_lmcioctl.h mlyio.h mlyreg.h \ 91.9Sthorpej pcidevs.h pcidevs_data.h pciio.h pcireg.h \ 101.9Sthorpej tgareg.h 111.2Scgd 121.2Scgd.include <bsd.kinc.mk> 13