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
nrelease: Clean up a bit the 'clean' target
[dragonfly.git]
/
sbin
/
mount_hammer2
/
Makefile
blob
a743c5c2adf2a1fe968839b157983739a9a02108
1
PROG
=
mount_hammer2
2
MAN
=
mount_hammer2.8
3
4
CFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
sys
5
CFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
crypto
/
libressl
/
include
6
LDADD
= -
lutil
7
DPADD
= ${
LIBUTIL
}
8
9
.
include
<
bsd.prog.mk
>