65d8491719
Upstream commit 7b47b40b1 ("adapt Makefile to ssh-sk-client everywhere")
adapted the Makefiles to ssh-sk-client. Do the same here.
Reviewed by: emaste
Approved by: emaste (mentor)
Differential Revision: https://reviews.freebsd.org/D49795
13 lines
219 B
Makefile
13 lines
219 B
Makefile
.include <src.opts.mk>
|
|
.include "${SRCTOP}/secure/ssh.mk"
|
|
|
|
PROG= ssh-pkcs11-helper
|
|
SRCS= ssh-pkcs11-helper.c ssh-pkcs11.c $(SKSRCS)
|
|
MAN= ssh-pkcs11-helper.8
|
|
|
|
LIBADD= crypto ssh
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.PATH: ${SSHDIR}
|