David van Moolenbroek 94e65446c4 libsffs: make path names constant
And a few other related warning fixes.

Change-Id: I1a49b9ee04c2b1bf80bc943272f72ffd6de77ef6
2014-09-30 12:48:10 +00: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>