NetBSD/usr.bin/nbsvtool/Makefile
joerg 1762b349a6 Add nbsvtool, a simple and small program to create and verify detached
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.
2008-05-11 17:58:09 +00:00

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>