make vfs & filesystems use failable copying
[minix3.git] / include / minix / Makefile
blobf9d886cf5ee65ee660ff15998717c6c4bf3cf745
1 .include <bsd.own.mk>
3 INCSDIR= /usr/include/minix
5 INCS+= paths.h param.h
6 INCS+= acpi.h audio_fw.h bitmap.h \
7 bdev.h blockdriver.h blockdriver_mt.h \
8 board.h btrace.h \
9 callnr.h chardriver.h clkconf.h com.h \
10 config.h const.h cpufeature.h \
11 debug.h devio.h devman.h dmap.h \
12 driver.h drivers.h drvlib.h ds.h \
13 endpoint.h fb.h fslib.h gpio.h gcov.h hash.h \
14 hgfs.h i2c.h i2cdriver.h ioctl.h input.h \
15 inputdriver.h ipc.h ipcconst.h \
16 keymap.h log.h mmio.h mthread.h minlib.h \
17 netdriver.h optset.h padconf.h partition.h portio.h \
18 priv.h procfs.h profile.h queryparam.h \
19 rs.h safecopies.h sched.h sef.h sffs.h \
20 sound.h spin.h sys_config.h sysinfo.h \
21 syslib.h sysutil.h timers.h type.h \
22 u64.h usb.h usb_ch9.h vbox.h \
23 vboxfs.h vboxif.h vboxtype.h vm.h \
24 vfsif.h vtreefs.h libminixfs.h netsock.h \
25 virtio.h
27 .include <bsd.kinc.mk>