1 2 3 4 5 6 7 8
# 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>