make vfs & filesystems use failable copying
[minix3.git] / lib / libaudiodriver / Makefile
blobeb2319972869765bbe3dd473823a0b8c4cc0551e
1 # Makefile for the common audio framework
2 NOGCCERROR=yes
3 NOCLANGERROR=yes
5 LIB= audiodriver
6 SRCS= audio_fw.c liveupdate.c
8 .include <bsd.lib.mk>