1762b349a6
PKCS7 signatures. This was written by lha@ and discussed on tech-security. I've slightly cleaned up the program and man page. Contrary to the original version, this doesn't provide a default trust anchor.
8 lines
136 B
Makefile
8 lines
136 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/05/11 17:58:09 joerg Exp $
|
|
|
|
PROG= nbsvtool
|
|
LDADD+= -lcrypto
|
|
DPADD+= ${LIBCRYPTO}
|
|
|
|
.include <bsd.prog.mk>
|