minix3/lib/libvboxfs/Makefile

12 lines
182 B
Makefile

NOGCCERROR=yes
NOCLANGERROR=yes
# Makefile for libvboxfs
.include <bsd.own.mk>
LIB= vboxfs
SRCS= attr.c dir.c file.c handle.c info.c link.c path.c vboxfs.c
.include <bsd.lib.mk>