diff options
Diffstat (limited to 'usr.bin/ssh/ssh-pkcs11-helper/Makefile')
-rw-r--r-- | usr.bin/ssh/ssh-pkcs11-helper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-pkcs11-helper/Makefile b/usr.bin/ssh/ssh-pkcs11-helper/Makefile index 72cf97c8753..cef4618c485 100644 --- a/usr.bin/ssh/ssh-pkcs11-helper/Makefile +++ b/usr.bin/ssh/ssh-pkcs11-helper/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.8 2018/07/25 17:12:35 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2019/09/06 05:59:41 djm Exp $ .PATH: ${.CURDIR}/.. -SRCS= ssh-pkcs11-helper.c ssh-pkcs11.c +SRCS= ssh-pkcs11-helper.c ${SRCS_PKCS11} SRCS+= atomicio.c compat.c fatal.c readpass.c SRCS+= ${SRCS_KEY} ${SRCS_UTL} ${SRCS_BASE} |