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
pthread: Implement pthread_attr_{get,set}affinity_np
[dragonfly.git]
/
sbin
/
mount_hammer2
/
Makefile
blob
d69ad3aaa8e3b7bd7603cd21bee33067d6e0f63f
1
PROG
=
mount_hammer2
2
SRCS
=
mount_hammer2.c
3
MAN
=
4
5
CFLAGS
+= -
I
${
.CURDIR
}/
..
6
CFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
crypto
/
libressl
/
include
7
LDADD
= -
lutil
8
DPADD
= ${
LIBUTIL
}
9
10
.
include
<
bsd.prog.mk
>