xref: /freebsd/sbin/mount_udf/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1406d87b1SGlen BarberPACKAGE=runtime
251a7b740SScott LongPROG=	mount_udf
351a7b740SScott LongSRCS=	mount_udf.c getmntopts.c
451a7b740SScott LongMAN=	mount_udf.8
513eb765fSBaptiste DaroussinLIBADD=	kiconv
651a7b740SScott Long
7*22289a8cSEnji CooperMOUNT=	${.CURDIR:H}/mount
8*22289a8cSEnji CooperCFLAGS+= -I${MOUNT} -I${SRCTOP}/sys
951a7b740SScott Long.PATH:	${MOUNT}
1051a7b740SScott Long
11cc2c948fSScott Long# Needs to be dynamically linked for optional dlopen() access to
12cc2c948fSScott Long# userland libiconv
1383c7ade9SRuslan ErmilovNO_SHARED?=	NO
14cc2c948fSScott Long
1551a7b740SScott Long.include <bsd.prog.mk>
16