1# $OpenBSD: Makefile,v 1.8 2018/07/25 17:12:35 deraadt Exp $ 2 3.PATH: ${.CURDIR}/.. 4 5SRCS= ssh-pkcs11-helper.c ssh-pkcs11.c 6SRCS+= atomicio.c compat.c fatal.c readpass.c 7SRCS+= ${SRCS_KEY} ${SRCS_UTL} ${SRCS_BASE} 8 9PROG= ssh-pkcs11-helper 10 11BINDIR= /usr/libexec 12MAN= ssh-pkcs11-helper.8 13 14.include <bsd.prog.mk> 15 16LDADD+= -lcrypto -lutil 17DPADD+= ${LIBCRYPTO} ${LIBUTIL} 18