repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel - Refactor Xinvltlb (3)
[dragonfly.git]
/
sbin
/
mount_ntfs
/
Makefile
blob
ccafd95a4051bb63718f1077c048a27f724e5e81
1
#
2
# $FreeBSD: src/sbin/mount_ntfs/Makefile,v 1.2.2.2 2001/10/12 22:08:43 semenu Exp $
3
#
4
5
NOSHARED
=
yes
6
7
PROG
=
mount_ntfs
8
MAN
=
mount_ntfs
.8
9
DPADD
= ${
LIBUTIL
} ${
LIBKICONV
}
10
LDADD
= -
lutil
-
lkiconv
11
12
.
include
<
bsd.prog.mk
>