David van Moolenbroek 65f76edb8f minix libraries: resolve clang warnings
Change-Id: I0f3425fb8838708c9848a006f1eee5ab1bad71d2
2014-09-30 21:04:09 +00:00

21 lines
212 B
Makefile

# Makefile for libvtreefs
NOGCCERROR=yes
CPPFLAGS+= -D_MINIX_SYSTEM
LIB= vtreefs
SRCS= \
inode.c \
link.c \
mount.c \
path.c \
read.c \
sdbm.c \
stadir.c \
table.c \
vtreefs.c
.include <bsd.lib.mk>