tools/llvm: Do not build with symbols
[minix3.git] / minix / lib / libvboxfs / Makefile
blobee55c59f4b158667416dea62e69cb430ceba2d84
1 NOGCCERROR=yes
2 NOCLANGERROR=yes
4 # Makefile for libvboxfs
5 .include <bsd.own.mk>
7 LIB= vboxfs
9 SRCS= attr.c dir.c file.c handle.c info.c link.c path.c vboxfs.c
11 .include <bsd.lib.mk>