aboutsummaryrefslogtreecommitdiff
path: root/_orig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '_orig/Makefile')
-rw-r--r--_orig/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/_orig/Makefile b/_orig/Makefile
new file mode 100644
index 0000000..161c43d
--- /dev/null
+++ b/_orig/Makefile
@@ -0,0 +1,16 @@
+# $OpenBSD: Makefile,v 1.11 2016/09/02 16:10:56 espie Exp $
+
+SRCS= signify.c
+SRCS+= zsig.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 <bsd.prog.mk>