mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
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>
|