Makefile revision 1.41
11.41Srin# $NetBSD: Makefile,v 1.41 2019/02/24 02:30:38 rin Exp $ 21.1Scgd 31.39SbouyerSUBDIR= apm ata bluetooth dec dm dmover dtv filemon hdaudio hdmicec hid hpc \ 41.35Ssjg i2c i2o ic ieee1394 ir isa \ 51.31Sjmcneill microcode ofw pci pckbport pcmcia pud putter raidframe sbus scsipi \ 61.41Srin spi sun tc usb vme wscons 71.1Scgd 81.40Smaxv.if ${MACHINE_ARCH} == "x86_64" 91.40SmaxvSUBDIR+= nvmm 101.40Smaxv.endif 111.40Smaxv 121.34She.include <bsd.own.mk> 131.34She 141.34She.if ${MKISCSI} != "no" 151.33SrizSUBDIR+= iscsi 161.33Sriz.endif 171.33Sriz 181.1ScgdINCSDIR= /usr/include/dev 191.1Scgd 201.7Sjdolecek# Only install includes which are used by userland 211.29SuweINCS= biovar.h ccdvar.h cgdvar.h fssvar.h keylock.h kttcpio.h lockstat.h \ 221.38Schristos md.h vndvar.h spkrio.h 231.1Scgd 241.1Scgd.include <bsd.kinc.mk> 25