summaryrefslogtreecommitdiff
path: root/usr.bin/nbsvtool/Makefile
blob: 198c1f3d3916685b81aedcc8a70765a3b5faa6c2 (plain)
1
2
3
4
5
6
7
# $NetBSD: Makefile,v 1.1 2008/05/11 17:58:09 joerg Exp $

PROG=	nbsvtool
LDADD+=	-lcrypto
DPADD+=	${LIBCRYPTO}

.include <bsd.prog.mk>