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
Sync with HEAD.
[dragonfly.git]
/
lib
/
pam_module
/
pam_ssh
/
Makefile
blob
b409fc7463de29978aae68cd97c2d21882102043
1
# $DragonFly: src/lib/pam_module/pam_ssh/Makefile,v 1.3 2008/04/07 01:20:18 pavalos Exp $
2
3
LIB
=
pam_ssh
4
SRCS
=
pam_ssh.c
5
WARNS?
=
6
6
MAN
=
pam_ssh
.8
7
8
LDADD
= -
lssh
-
lcrypto
-
lcrypt
9
DPADD
= ${
LIBSSH
} ${
LIBCRYPTO
} ${
LIBCRYPT
}
10
11
SSHDIR
= ${
.CURDIR
}/
..
/
..
/
..
/
crypto
/
openssh-5
12
CFLAGS
+= -
I
${
SSHDIR
}
13
14
.
include
<
bsd.lib.mk
>