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
drm: Put abs64 definition in the right place
[dragonfly.git]
/
usr.bin
/
fetch
/
Makefile
blob
04bb39c9338ce58d011bd1802d60d07071da58dc
1
# $FreeBSD: src/usr.bin/fetch/Makefile,v 1.3.6.4 2003/01/09 11:54:58 des Exp $
2
3
PROG
=
fetch
4
DPADD
= ${
LIBFETCH
}
5
LDADD
= -
lfetch
6
.if
!
defined
(
NO_CRYPT
) && !
defined
(
NO_OPENSSL
)
7
DPADD
+= ${
LIBSSL
} ${
LIBCRYPTO
}
8
LDADD
+= -
lssl
-
lcrypto
9
.
endif
10
11
.
include
<
bsd.prog.mk
>