repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
crypto
/
external
/
bsd
/
openssh
/
bin
/
Makefile.inc
blob
2f4204c0b84496b3af7c6d7f23686cea51822fa8
1
# $NetBSD: Makefile.inc,v 1.1 2009/06/07 22:38:45 christos Exp $
2
3
LDADD+= -lssh -lcrypto -lcrypt -lz
4
DPADD+= ${LIBSSH} ${LIBCRYPTO} ${LIBCRYPT} ${LIBZ}
5
6
.include "${.PARSEDIR}/../Makefile.inc"