880928709e31837c62d9cc7e86281cb20214f07f
[dragonfly.git] / secure / libexec / ssh-pkcs11-helper / Makefile
1 PROG=   ssh-pkcs11-helper
2 SRCS=   ssh-pkcs11-helper.c roaming_dummy.c
3 MAN=    ssh-pkcs11-helper.8
4
5 DPADD+= ${LIBZ}
6 LDADD+= -lz
7
8 .include "../../Makefile.ssh.common"
9 .include <bsd.prog.mk>