diff options
Diffstat (limited to 'lib/libfuse/Makefile')
-rw-r--r-- | lib/libfuse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libfuse/Makefile b/lib/libfuse/Makefile index c1233ef2873..033deee461f 100644 --- a/lib/libfuse/Makefile +++ b/lib/libfuse/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2016/09/14 06:26:02 natano Exp $ +# $OpenBSD: Makefile,v 1.11 2017/12/13 12:30:18 helg Exp $ LIB= fuse MAN= fuse_main.3 @@ -12,7 +12,7 @@ CDIAGFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare CDIAGFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align # XXX Shouldn't we use a common fuse.h with proper ifdef _KERNEL part? -CFLAGS+= -I${.CURDIR} -DDEBUG +CFLAGS+= -I${.CURDIR} SRCS= debug.c dict.c fuse.c fuse_ops.c fuse_opt.c fuse_subr.c tree.c HDRS= fuse.h fuse_opt.h |