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
rtld - do not allow both dynamic DTV index and static TLS offset
[dragonfly.git]
/
usr.bin
/
stat
/
Makefile
blob
c9f321728d4eb83762c38a114ebb924ef7e5ec80
1
# $FreeBSD: head/usr.bin/stat/Makefile 216206 2010-12-05 21:33:05Z dougb $
2
3
PROG
=
stat
4
LINKS
= ${
BINDIR
}/
stat
${
BINDIR
}/
readlink
5
MLINKS
=
stat
.1
readlink
.1
6
7
.if defined
(
BOOTSTRAPPING
)
8
CFLAGS
+= -
DBOOTSTRAPPING
9
.
endif
10
11
.
include
<
bsd.prog.mk
>