11.48Sriastrad# $NetBSD: Makefile,v 1.48 2022/08/20 11:42:49 riastradh Exp $ 21.1Scgd 31.44SriastradSUBDIR= apm ata bluetooth dec dm dmover dtv hdaudio hdmicec hid hpc \ 41.46Srin 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.47Sjmcneill.include <bsd.own.mk> 91.47Sjmcneill 101.47Sjmcneill.if ${HAVE_NVMM:Uno} == "yes" 111.40SmaxvSUBDIR+= nvmm 121.40Smaxv.endif 131.40Smaxv 141.46Srin.if ${MKISCSI} != "no" 151.46SrinSUBDIR+= iscsi 161.46Srin.endif 171.46Srin 181.1ScgdINCSDIR= /usr/include/dev 191.1Scgd 201.7Sjdolecek# Only install includes which are used by userland 211.48SriastradINCS+= biovar.h 221.48SriastradINCS+= ccdvar.h 231.48SriastradINCS+= cgdvar.h 241.48SriastradINCS+= fssvar.h 251.48SriastradINCS+= keylock.h 261.48SriastradINCS+= kttcpio.h 271.48SriastradINCS+= lockstat.h 281.48SriastradINCS+= md.h 291.48SriastradINCS+= spkrio.h 301.48SriastradINCS+= vndvar.h 311.1Scgd 321.1Scgd.include <bsd.kinc.mk> 33