|
|
| File: [cvs.NetBSD.org] / src / lib / librefuse / Makefile (download)
Revision 1.9, Wed Mar 21 05:37:43 2012 UTC (13 months, 4 weeks ago) by matt
These directories default to WARNS?=5 |
# $NetBSD: Makefile,v 1.9 2012/03/21 05:37:43 matt 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
MAN= refuse.3
WARNS?= 5
INCS= fuse.h fuse_opt.h
INCSDIR= /usr/include
.include <bsd.lib.mk>