1 1.39 bouyer # $NetBSD: Makefile,v 1.39 2017/12/10 20:38:14 bouyer 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.31 jmcneill sun tc usb vme wscons 7 1.1 cgd 8 1.34 he .include <bsd.own.mk> 9 1.34 he 10 1.34 he .if ${MKISCSI} != "no" 11 1.33 riz SUBDIR+= iscsi 12 1.33 riz .endif 13 1.33 riz 14 1.1 cgd INCSDIR= /usr/include/dev 15 1.1 cgd 16 1.7 jdolecek # Only install includes which are used by userland 17 1.29 uwe INCS= biovar.h ccdvar.h cgdvar.h fssvar.h keylock.h kttcpio.h lockstat.h \ 18 1.38 christos md.h vndvar.h spkrio.h 19 1.1 cgd 20 1.1 cgd .include <bsd.kinc.mk> 21