tools/llvm: Do not build with symbols
[minix3.git] / minix / lib / libblockdriver / Makefile
blobe61dc69bcd50b16a8ec708113448226b2b1f80ec
1 NOGCCERROR=yes
2 NOCLANGERROR=yes
3 CPPFLAGS+= -D_MINIX_SYSTEM
5 # Makefile for libblockdriver
6 .include <bsd.own.mk>
8 LIB= blockdriver
10 SRCS= driver.c drvlib.c driver_st.c driver_mt.c mq.c trace.c
12 .include <bsd.lib.mk>