diff options
author | 2014-01-10 04:28:57 +0000 | |
---|---|---|
committer | 2014-01-10 04:28:57 +0000 | |
commit | f16ca6f0dae7b6dd39ca8e660089b19fa3cb398a (patch) | |
tree | f379dc9cd88ee89de6ad13a12358e47053821b79 | |
parent | provide a small (very very) practical example for using signify (diff) | |
download | wireguard-openbsd-f16ca6f0dae7b6dd39ca8e660089b19fa3cb398a.tar.xz wireguard-openbsd-f16ca6f0dae7b6dd39ca8e660089b19fa3cb398a.zip |
base64.c workaround keeps sneaking back in
-rw-r--r-- | usr.bin/signify/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/signify/Makefile b/usr.bin/signify/Makefile index 63bd8bc0aaf..3f9f3ff1b7e 100644 --- a/usr.bin/signify/Makefile +++ b/usr.bin/signify/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2014/01/10 04:23:37 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2014/01/10 04:28:57 tedu Exp $ .PATH: ${.CURDIR}/../ssh CPPFLAGS += -I${.CURDIR}/../ssh @@ -7,8 +7,6 @@ SRCS= signify.c SRCS+= fe25519.c sc25519.c smult_curve25519_ref.c SRCS+= mod_ed25519.c mod_ge25519.c SRCS+= crypto_api.c -.PATH: ${.CURDIR}/../../lib/libc/net -SRCS+= base64.c PROG= signify |