Home | History | Annotate | Line # | Download | only in dev
      1  1.48  riastrad #	$NetBSD: Makefile,v 1.48 2022/08/20 11:42:49 riastradh Exp $
      2   1.1       cgd 
      3  1.44  riastrad SUBDIR=	apm ata bluetooth dec dm dmover dtv hdaudio hdmicec hid hpc \
      4  1.46       rin 	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.47  jmcneill .include <bsd.own.mk>
      9  1.47  jmcneill 
     10  1.47  jmcneill .if ${HAVE_NVMM:Uno} == "yes"
     11  1.40      maxv SUBDIR+= nvmm
     12  1.40      maxv .endif
     13  1.40      maxv 
     14  1.46       rin .if ${MKISCSI} != "no"
     15  1.46       rin SUBDIR+= iscsi
     16  1.46       rin .endif
     17  1.46       rin 
     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.48  riastrad INCS+=	biovar.h
     22  1.48  riastrad INCS+=	ccdvar.h
     23  1.48  riastrad INCS+=	cgdvar.h
     24  1.48  riastrad INCS+=	fssvar.h
     25  1.48  riastrad INCS+=	keylock.h
     26  1.48  riastrad INCS+=	kttcpio.h
     27  1.48  riastrad INCS+=	lockstat.h
     28  1.48  riastrad INCS+=	md.h
     29  1.48  riastrad INCS+=	spkrio.h
     30  1.48  riastrad INCS+=	vndvar.h
     31   1.1       cgd 
     32   1.1       cgd .include <bsd.kinc.mk>
     33