about summary refs log tree commit diff
path: root/src/usr.bin/gzsig/Makefile
blob: 785cbbef91f971f819f995240948f6ebfaca49f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $OpenBSD: Makefile,v 1.4 2014/04/25 12:20:17 mikeb Exp $

PROG	= gzsig
SRCS	= gzsig.c key.c sign.c ssh.c ssh2.c util.c verify.c x509.c

LDADD	= -lcrypto -lm
DPADD	= ${LIBCRYPTO} ${LIBM}

.include <bsd.prog.mk>