summaryrefslogtreecommitdiff
path: root/lib/librefuse
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2016-01-23 21:22:45 +0000
committerchristos <christos@NetBSD.org>2016-01-23 21:22:45 +0000
commit7afa4ebf64c95aed7178c23d5ed031d2fc4f9d31 (patch)
treef7a177683a0a36076ac77b1d35c1b37b0e54733d /lib/librefuse
parentbaeb969ec790a8830b5a877680ea3c7575a4f7dc (diff)
Define _KERNTYPES for things that need it.
Diffstat (limited to 'lib/librefuse')
-rw-r--r--lib/librefuse/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/librefuse/Makefile b/lib/librefuse/Makefile
index 719fcb1094d..a9e55e3a688 100644
--- a/lib/librefuse/Makefile
+++ b/lib/librefuse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/03/21 05:37:43 matt Exp $
+# $NetBSD: Makefile,v 1.10 2016/01/23 21:22:46 christos Exp $
USE_FORT?= yes # data driven bugs?
@@ -11,6 +11,7 @@ FUSE_OPT_DEBUG_FLAGS= -g -DFUSE_OPT_DEBUG
.endif
CFLAGS+= ${FUSE_OPT_DEBUG_FLAGS}
+CPPFLAGS+= -D_KERNTYPES
SRCS= refuse.c refuse_opt.c
MAN= refuse.3
WARNS?= 5