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
ipfw: Utilize netisr_domsg_global, which is more expressive.
[dragonfly.git]
/
bin
/
cpdup
/
Makefile
blob
0e288b07e4581a67ce0e84cd4e11c4ff47df900c
1
PROG
=
cpdup
2
SRCS
=
cpdup.c hcproto.c hclink.c misc.c fsmid.c
3
4
.if defined
(
.FreeBSD
)
5
CFLAGS
+= -
D_ST_FLAGS_PRESENT_
=
1
6
WARNS?
=
6
7
.
endif
8
9
.if
!
defined
(
NOMD5
)
10
SRCS
+=
md5.c
11
.
endif
12
13
# XXX sys/md5.h shim errata for bootstrap REMOVE_OPENSSL_FILES
14
CFLAGS
+= -
I
${
_SHLIBDIRPREFIX
}/
usr
/
include
/
priv
15
16
LDADD
+= -
lmd
17
DPADD
+= ${
LIBMD
}
18
19
.
include
<
bsd.prog.mk
>
20