]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/sys/modules/ntfs_iconv/Makefile
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / sys / modules / ntfs_iconv / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../fs/ntfs
4 KMOD=   ntfs_iconv
5 SRCS=   ntfs_iconv.c
6
7 .include <bsd.kmod.mk>