xref: /freebsd/sbin/mount_fusefs/Makefile (revision 23401aeb15cec75fc215550b032aa898d2e62455)
15fe58019SAttilio Rao.if defined(DEBUG)
25fe58019SAttilio RaoDEBUG_FLAGS+= -D_DEBUG -g
35fe58019SAttilio Rao.endif
45fe58019SAttilio Rao
55fe58019SAttilio Rao.if defined(DEBUG2G)
65fe58019SAttilio RaoDEBUG_FLAGS+= -D_DEBUG2G -g
75fe58019SAttilio Rao.endif
85fe58019SAttilio Rao
95fe58019SAttilio Rao.if defined(DEBUG3G)
105fe58019SAttilio RaoDEBUG_FLAGS+= -D_DEBUG3G -g
115fe58019SAttilio Rao.endif
125fe58019SAttilio Rao
135fe58019SAttilio Rao.if defined(DEBUG_MSG)
145fe58019SAttilio RaoDEBUG_FLAGS+= -D_DEBUG_MSG
155fe58019SAttilio Rao.endif
165fe58019SAttilio Rao
175fe58019SAttilio Rao.if defined(F4BVERS)
185fe58019SAttilio RaoDEBUG_FLAGS+= -DFUSE4BSD_VERSION="\"${F4BVERS}\""
195fe58019SAttilio Rao.endif
205fe58019SAttilio Rao
21406d87b1SGlen BarberPACKAGE=runtime
225fe58019SAttilio RaoPROG=	mount_fusefs
23*23401aebSDag-Erling SmørgravMAN=	mount_fusefs.8
24cda23fc3SBrooks DavisLIBADD=	util
255fe58019SAttilio Rao
265fe58019SAttilio Rao.include <bsd.prog.mk>
27