Home | History | Annotate | Line # | Download | only in dev
Makefile revision 1.39.4.2
      1  1.39.4.2    martin #	$NetBSD: Makefile,v 1.39.4.2 2020/04/08 14:08:02 martin Exp $
      2       1.1       cgd 
      3  1.39.4.2    martin SUBDIR=	apm ata bluetooth dec dm dmover dtv 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.39.4.1  christos 	spi sun tc usb vme wscons
      7  1.39.4.1  christos 
      8  1.39.4.1  christos .if ${MACHINE_ARCH} == "x86_64"
      9  1.39.4.1  christos SUBDIR+= nvmm
     10  1.39.4.1  christos .endif
     11       1.1       cgd 
     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