Forgot to svn add the Makefile.
This commit is contained in:
parent
3edbd3daf3
commit
669390562f
16
secure/libexec/ssh-pkcs11-helper/Makefile
Normal file
16
secure/libexec/ssh-pkcs11-helper/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# $FreeBSD$
|
||||
|
||||
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
|
Loading…
Reference in New Issue
Block a user