custom message type for VM_INFO
[minix3.git] / sys / dev / Makefile
blob9c630a2a3a889d292e0217c8e55d29c9269722a0
1 # $NetBSD: Makefile,v 1.35 2012/06/20 21:38:26 sjg Exp $
3 .if defined(__MINIX)
4 SUBDIR= i2c
5 .else
6 SUBDIR= apm ata bluetooth dec dm dmover dtv filemon hpc \
7 i2c i2o ic ieee1394 ir isa \
8 microcode ofw pci pckbport pcmcia pud putter raidframe sbus scsipi \
9 sun tc usb vme wscons
10 .endif # defined(__MINIX)
12 .include <bsd.own.mk>
14 .if ${MKISCSI} != "no"
15 SUBDIR+= iscsi
16 .endif
18 INCSDIR= /usr/include/dev
20 .if !defined(__MINIX)
21 # Only install includes which are used by userland
22 INCS= biovar.h ccdvar.h cgdvar.h fssvar.h keylock.h kttcpio.h lockstat.h \
23 md.h vndvar.h
24 .else
25 INCS= vndvar.h
26 .endif # !defined(__MINIX)
28 .include <bsd.kinc.mk>