151a7b740SScott Long# $FreeBSD$ 251a7b740SScott Long 351a7b740SScott LongPROG= mount_udf 451a7b740SScott LongSRCS= mount_udf.c getmntopts.c 551a7b740SScott LongMAN= mount_udf.8 6cc2c948fSScott LongDPADD= ${LIBKICONV} 7cc2c948fSScott LongLDADD= -lkiconv 851a7b740SScott Long 951a7b740SScott LongMOUNT= ${.CURDIR}/../mount 1051a7b740SScott LongCFLAGS+= -I${MOUNT} -I${.CURDIR}/../../sys -Wall 1151a7b740SScott Long.PATH: ${MOUNT} 12604d24dbSJohan KarlssonWARNS?= 1 1351a7b740SScott Long 14cc2c948fSScott Long# Needs to be dynamically linked for optional dlopen() access to 15cc2c948fSScott Long# userland libiconv 1683c7ade9SRuslan ErmilovNO_SHARED?= NO 17cc2c948fSScott Long 1851a7b740SScott Long.include <bsd.prog.mk> 19