aboutsummaryrefslogtreecommitdiff
path: root/orig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'orig/Makefile')
-rw-r--r--orig/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/orig/Makefile b/orig/Makefile
deleted file mode 100644
index 161c43d..0000000
--- a/orig/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $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>