i386 removal, part 54/x: Remove perfmon(4) remains.
[dragonfly.git] / sbin / mount_ntfs / Makefile
blobccafd95a4051bb63718f1077c048a27f724e5e81
2 # $FreeBSD: src/sbin/mount_ntfs/Makefile,v 1.2.2.2 2001/10/12 22:08:43 semenu Exp $
5 NOSHARED=yes
7 PROG= mount_ntfs
8 MAN= mount_ntfs.8
9 DPADD= ${LIBUTIL} ${LIBKICONV}
10 LDADD= -lutil -lkiconv
12 .include <bsd.prog.mk>