5 INCSDIR
= /usr
/include/minix
7 INCS
+= dirent.h paths.h param.h
8 INCS
+= acpi.h audio_fw.h bitmap.h \
9 bdev.h blockdriver.h blockdriver_mt.h \
11 callnr.h chardriver.h com.h compiler.h \
12 config.h const.h cpufeature.h crtso.h \
13 debug.h devio.h devman.h dmap.h \
14 driver.h drivers.h drvlib.h ds.h \
15 endpoint.h fslib.h gcov.h hash.h \
16 hgfs.h ioctl.h input.h ipc.h ipcconst.h \
17 keymap.h limits.h mthread.h minlib.h \
18 netdriver.h optset.h partition.h portio.h \
19 priv.h procfs.h profile.h queryparam.h \
20 rs.h safecopies.h sched.h sef.h sffs.h \
21 sound.h spin.h sys_config.h sysinfo.h \
22 syslib.h sysutil.h timers.h type.h \
23 tty.h u64.h usb.h usb_ch9.h vbox.h \
24 vboxfs.h vboxif.h vboxtype.h vm.h \
25 vfsif.h vtreefs.h libminixfs.h netsock.h
27 # Necessary as the build system does not support multiple inclusion
28 # of bsd.kinc.mk in a single Makefile with different INCSDIR
29 .
include "${NETBSDSRCDIR}/common/include/sys/Makefile.mount.inc"
31 .
include <bsd.kinc.mk
>