aboutsummaryrefslogtreecommitdiff
path: root/secure/libexec/ssh-pkcs11-helper/Makefile
blob: 1f00c968e55b7a96e158dd340e0f3aad28dd161d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD: src/secure/libexec/ssh-pkcs11-helper/Makefile,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $

PROG=	ssh-pkcs11-helper
SRCS=	ssh-pkcs11.c ssh-pkcs11-helper.c
SRCS+=	roaming_dummy.c
MAN=	ssh-pkcs11-helper.8
CFLAGS+=-I${SSHDIR} -include ssh_namespace.h

DPADD=	${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBZ}
LDADD=	-lssh -lcrypt -lcrypto -lz

.include <bsd.prog.mk>

.PATH:	${SSHDIR}

${OBJS} ${POBJS} ${SOBJS}: ssh_namespace.h