Cross Reference: Makefile
xref: /src/lib/librefuse/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/lib/librefuse/
Makefile revision 1.12
1# $NetBSD: Makefile,v 1.12 2021/12/04 06:42:39 pho Exp $
2
3USE_FORT?=	yes	# data driven bugs?
4
5LIB=		refuse
6LIBDPLIBS+=	puffs	${.CURDIR}/../libpuffs		\
7		pthread	${.CURDIR}/../libpthread
8
9.ifdef DEBUG
10FUSE_OPT_DEBUG_FLAGS=	-g -DFUSE_OPT_DEBUG
11.endif
12
13CFLAGS+=	${FUSE_OPT_DEBUG_FLAGS}
14CPPFLAGS+=	-I${.CURDIR}
15SRCS=		refuse.c refuse_opt.c refuse_lowlevel.c
16MAN=		refuse.3
17WARNS?=		5
18INCS=           fuse.h fuse_opt.h fuse_lowlevel.h
19INCSDIR=        /usr/include
20
21.include <bsd.lib.mk>
22

Indexes created Sun Dec 21 17:09:30 GMT 2025