From 753387164ce9d0b610ceae93830cfe1f26f0fdd2 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 18 Sep 2016 10:20:38 +0200 Subject: Initial import - WIP --- orig/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 orig/Makefile (limited to 'orig/Makefile') diff --git a/orig/Makefile b/orig/Makefile new file mode 100644 index 0000000..09c3075 --- /dev/null +++ b/orig/Makefile @@ -0,0 +1,15 @@ +# $OpenBSD: Makefile,v 1.10 2014/07/22 00:41:19 deraadt Exp $ + +SRCS= signify.c +SRCS+= fe25519.c sc25519.c smult_curve25519_ref.c +SRCS+= mod_ed25519.c mod_ge25519.c +SRCS+= crypto_api.c + +PROG= signify + +LDADD= -lutil +DPADD= ${LIBUTIL} + +COPTS+= -Wall + +.include -- cgit v1.2.3