1 1.41 rin # $NetBSD: Makefile,v 1.41 2019/02/24 02:30:38 rin Exp $ 2 1.1 cgd 3 1.39 bouyer SUBDIR= apm ata bluetooth dec dm dmover dtv filemon hdaudio hdmicec hid hpc \ 4 1.35 sjg i2c i2o ic ieee1394 ir isa \ 5 1.31 jmcneill microcode ofw pci pckbport pcmcia pud putter raidframe sbus scsipi \ 6 1.41 rin spi sun tc usb vme wscons 7 1.1 cgd 8 1.40 maxv .if ${MACHINE_ARCH} == "x86_64" 9 1.40 maxv SUBDIR+= nvmm 10 1.40 maxv .endif 11 1.40 maxv 12 1.34 he .include <bsd.own.mk> 13 1.34 he 14 1.34 he .if ${MKISCSI} != "no" 15 1.33 riz SUBDIR+= iscsi 16 1.33 riz .endif 17 1.33 riz 18 1.1 cgd INCSDIR= /usr/include/dev 19 1.1 cgd 20 1.7 jdolecek # Only install includes which are used by userland 21 1.29 uwe INCS= biovar.h ccdvar.h cgdvar.h fssvar.h keylock.h kttcpio.h lockstat.h \ 22 1.38 christos md.h vndvar.h spkrio.h 23 1.1 cgd 24 1.1 cgd .include <bsd.kinc.mk> 25