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
drm: Add atomic_cmpxchg()
[dragonfly.git]
/
sbin
/
mount_msdos
/
Makefile
blob
e8d74aa3212833d2fc35ace2539361bcd14c996b
1
#
2
# $FreeBSD: src/sbin/mount_msdos/Makefile,v 1.14.2.6 2002/08/07 16:31:48 ru Exp $
3
#
4
5
NOSHARED
=
yes
6
7
PROG
=
mount_msdos
8
MAN
=
mount_msdos
.8
9
DPADD
= ${
LIBUTIL
} ${
LIBKICONV
}
10
LDADD
= -
lutil
-
lkiconv
11
12
.
include
<
bsd.prog.mk
>