151a7b740SScott Long# $FreeBSD$ 251a7b740SScott Long 3406d87b1SGlen BarberPACKAGE=runtime 451a7b740SScott LongPROG= mount_udf 551a7b740SScott LongSRCS= mount_udf.c getmntopts.c 651a7b740SScott LongMAN= mount_udf.8 713eb765fSBaptiste DaroussinLIBADD= kiconv 851a7b740SScott Long 9*22289a8cSEnji CooperMOUNT= ${.CURDIR:H}/mount 10*22289a8cSEnji CooperCFLAGS+= -I${MOUNT} -I${SRCTOP}/sys 1151a7b740SScott Long.PATH: ${MOUNT} 1251a7b740SScott Long 13cc2c948fSScott Long# Needs to be dynamically linked for optional dlopen() access to 14cc2c948fSScott Long# userland libiconv 1583c7ade9SRuslan ErmilovNO_SHARED?= NO 16cc2c948fSScott Long 1751a7b740SScott Long.include <bsd.prog.mk> 18