[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / gzsig

File: [local] / src / usr.bin / gzsig / Attic / Makefile (download)

Revision 1.1.1.1 (vendor branch), Sat May 28 01:57:30 2005 UTC (19 years ago) by marius
Branch: marius
CVS Tags: marius_20050527
Changes since 1.1: +0 -0 lines

import gzsig by Dug Song.  

a bunch of lumberjack work, zapped support for keynote 
and SSH1 and added support for SSH2 keys.

ok millert@ deraadt@

# $OpenBSD: Makefile,v 1.1.1.1 2005/05/28 01:57:30 marius Exp $

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

LDADD	= -lcrypto -lm

CLEANFILES	+= TAGS *~

.include <bsd.prog.mk>