summaryrefslogtreecommitdiff
path: root/lib/librefuse/Makefile
blob: 57f57708d30791c1cd65c7ae5ee501d6d1453e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.7 2007/10/21 16:46:52 pooka Exp $

USE_FORT?=	yes	# data driven bugs?

LIB=		refuse
LIBDPLIBS+=	puffs	${.CURDIR}/../libpuffs		\
		pthread	${.CURDIR}/../libpthread

.ifdef DEBUG
FUSE_OPT_DEBUG_FLAGS=	-g -DFUSE_OPT_DEBUG
.endif

CFLAGS+=	${FUSE_OPT_DEBUG_FLAGS}
SRCS=		refuse.c refuse_opt.c
CPPFLAGS+=	-I.
MAN=		refuse.3
WARNS=		4
INCS=           fuse.h fuse_opt.h
INCSDIR=        /usr/include

.include <bsd.lib.mk>
ader'>2003-06-14Also pass a type argument to comcnattach() and com_kgdb_attach().thorpej comspeed() (and thus cominit()) may need this information. 2002-10-02Use CFATTACH_DECL().thorpej 2002-09-27Declare all cfattach structures const.thorpej 2002-04-14Added bus probing to avoid bus error.takemura 2002-01-05Deleted verbose error message in probe routine to probe silently.takemura 2002-01-04Renamed sg2com -> com_hpcio. Now it seems to be working on SigmarionII.takemura