194663Sscottl# $FreeBSD$
294663Sscottl
394663SscottlPROG=	mount_udf
494663SscottlSRCS=	mount_udf.c getmntopts.c
594663SscottlMAN=	mount_udf.8
6122097SscottlDPADD=	${LIBKICONV}
7122097SscottlLDADD=	-lkiconv
894663Sscottl
994663SscottlMOUNT=	${.CURDIR}/../mount
10160447SstefanfCFLAGS+= -I${MOUNT} -I${.CURDIR}/../../sys
1194663Sscottl.PATH:	${MOUNT}
1294663Sscottl
13122097Sscottl# Needs to be dynamically linked for optional dlopen() access to
14122097Sscottl# userland libiconv
15139112SruNO_SHARED?=	NO
16122097Sscottl
1794663Sscottl.include <bsd.prog.mk>
18