8 lines
105 B
Makefile
8 lines
105 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../fs/ntfs
|
||
|
KMOD= ntfs_iconv
|
||
|
SRCS= ntfs_iconv.c
|
||
|
|
||
|
.include <bsd.kmod.mk>
|