artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb96f3c
)
oops
author
tedu
<tedu@openbsd.org>
Thu, 9 Jan 2014 19:05:43 +0000
(19:05 +0000)
committer
tedu
<tedu@openbsd.org>
Thu, 9 Jan 2014 19:05:43 +0000
(19:05 +0000)
usr.bin/signify/Makefile
patch
|
blob
|
history
diff --git
a/usr.bin/signify/Makefile
b/usr.bin/signify/Makefile
index
f58ce97
..
e4765a3
100644
(file)
--- a/
usr.bin/signify/Makefile
+++ b/
usr.bin/signify/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
4 2014/01/09 18:59:35
tedu Exp $
+# $OpenBSD: Makefile,v 1.
5 2014/01/09 19:05:43
tedu Exp $
.PATH: ${.CURDIR}/../ssh
CPPFLAGS += -I${.CURDIR}/../ssh
@@
-6,7
+6,7
@@
CPPFLAGS += -I${.CURDIR}/../ssh
SRCS= signify.c
SRCS+= fe25519.c sc25519.c smult_curve25519_ref.c
SRCS+= mod_ed25519.c mod_ge25519.c
-SRCS+= crypto_api.c
base64.c
+SRCS+= crypto_api.c
PROG= signify