aadaf86c6495d0ce923e77bd331bba30f5cc7b9d
[dragonfly.git] / sbin / mount_ntfs / Makefile
1 #
2 # $FreeBSD: src/sbin/mount_ntfs/Makefile,v 1.2.2.2 2001/10/12 22:08:43 semenu Exp $
3 #
4
5 PROG=   mount_ntfs
6 MAN=    mount_ntfs.8
7 DPADD=  ${LIBUTIL} ${LIBKICONV}
8 LDADD=  -lutil -lkiconv
9
10 .include <bsd.prog.mk>