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