]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/mount_udf/Makefile
MFV r289310:
[FreeBSD/FreeBSD.git] / sbin / mount_udf / Makefile
1 # $FreeBSD$
2
3 PROG=   mount_udf
4 SRCS=   mount_udf.c getmntopts.c
5 MAN=    mount_udf.8
6 LIBADD= kiconv
7
8 MOUNT=  ${.CURDIR}/../mount
9 CFLAGS+= -I${MOUNT} -I${.CURDIR}/../../sys
10 .PATH:  ${MOUNT}
11
12 # Needs to be dynamically linked for optional dlopen() access to
13 # userland libiconv
14 NO_SHARED?=     NO
15
16 .include <bsd.prog.mk>