kernel - Make certain sysctl's unlocked
[dragonfly.git] / sbin / mount_ntfs / Makefile
blobaadaf86c6495d0ce923e77bd331bba30f5cc7b9d
2 # $FreeBSD: src/sbin/mount_ntfs/Makefile,v 1.2.2.2 2001/10/12 22:08:43 semenu Exp $
5 PROG= mount_ntfs
6 MAN= mount_ntfs.8
7 DPADD= ${LIBUTIL} ${LIBKICONV}
8 LDADD= -lutil -lkiconv
10 .include <bsd.prog.mk>