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
/
undo
/
Makefile
blob
934e7ee55a2c81312aec9ad1763ca8623efa0457
1
#
2
# $DragonFly: src/usr.bin/undo/Makefile,v 1.1 2008/06/01 02:03:10 dillon Exp $
3
4
PROG
=
undo
5
6
CFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
sys
7
8
.
include
<
bsd.prog.mk
>