minix/lib/libvboxfs/Makefile
2012-04-09 19:25:18 +02:00

9 lines
149 B
Makefile

# 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>