Makefile revision 1.9
11.9Smatt# $NetBSD: Makefile,v 1.9 2012/03/21 05:37:43 matt Exp $ 21.5Stls 31.5StlsUSE_FORT?= yes # data driven bugs? 41.1Sagc 51.1SagcLIB= refuse 61.7SpookaLIBDPLIBS+= puffs ${.CURDIR}/../libpuffs \ 71.7Spooka pthread ${.CURDIR}/../libpthread 81.2Spooka 91.3Sxtraeme.ifdef DEBUG 101.3SxtraemeFUSE_OPT_DEBUG_FLAGS= -g -DFUSE_OPT_DEBUG 111.3Sxtraeme.endif 121.3Sxtraeme 131.3SxtraemeCFLAGS+= ${FUSE_OPT_DEBUG_FLAGS} 141.3SxtraemeSRCS= refuse.c refuse_opt.c 151.1SagcMAN= refuse.3 161.9SmattWARNS?= 5 171.3SxtraemeINCS= fuse.h fuse_opt.h 181.1SagcINCSDIR= /usr/include 191.1Sagc 201.1Sagc.include <bsd.lib.mk> 21