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