xref: /freebsd/sbin/mount_fusefs/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
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
235fe58019SAttilio RaoSRCS=	mount_fusefs.c getmntopts.c
245fe58019SAttilio RaoMAN8=	mount_fusefs.8
255fe58019SAttilio Rao
26*22289a8cSEnji CooperMOUNT=	${.CURDIR:H}/mount
275fe58019SAttilio RaoCFLAGS+=	-I${MOUNT}
285fe58019SAttilio Rao
295fe58019SAttilio Rao.PATH: ${MOUNT}
305fe58019SAttilio Rao
315fe58019SAttilio Rao.include <bsd.prog.mk>
32