2013-12-06 12:04:52 +01:00
|
|
|
NOGCCERROR=yes
|
|
|
|
NOCLANGERROR=yes
|
2014-03-05 12:21:55 +01:00
|
|
|
CPPFLAGS+= -D_MINIX_SYSTEM
|
2013-12-06 12:04:52 +01:00
|
|
|
|
2012-04-09 18:08:26 +02:00
|
|
|
# Makefile for libsffs
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
LIB= sffs
|
|
|
|
|
|
|
|
SRCS= dentry.c handle.c inode.c link.c lookup.c main.c misc.c mount.c \
|
|
|
|
name.c path.c read.c stat.c table.c util.c verify.c write.c
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|