]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - secure/libexec/ssh-pkcs11-helper/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / secure / libexec / ssh-pkcs11-helper / Makefile
1 # $FreeBSD$
2
3 PROG=   ssh-pkcs11-helper
4 SRCS=   ssh-pkcs11.c ssh-pkcs11-helper.c
5 SRCS+=  roaming_dummy.c
6 MAN=    ssh-pkcs11-helper.8
7 CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
8
9 DPADD=  ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBZ}
10 LDADD=  -lssh -lcrypt -lcrypto -lz
11
12 .include <bsd.prog.mk>
13
14 .PATH:  ${SSHDIR}
15
16 ${OBJS} ${POBJS} ${SOBJS}: ssh_namespace.h