xref: /freebsd/sbin/mount_udf/Makefile (revision 604d24db9579f5b317cae3fae63ab75ef5efca7f)
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
16cc2c948fSScott LongNOSHARED?=	NO
17cc2c948fSScott Long
1851a7b740SScott Long.include <bsd.prog.mk>
19