diff options
author | 2015-12-08 20:13:30 +0000 | |
---|---|---|
committer | 2015-12-08 20:13:30 +0000 | |
commit | 679daebed88e261bc163149f609240892a05765d (patch) | |
tree | 42532db5d8a90fcfc6fcef91d0b6d6ce84524585 | |
parent | Communicate the selected IDT vector to the Hypervisor (diff) | |
download | wireguard-openbsd-679daebed88e261bc163149f609240892a05765d.tar.xz wireguard-openbsd-679daebed88e261bc163149f609240892a05765d.zip |
don't need to .path ssh anymore since the file were copied
-rw-r--r-- | distrib/special/signify/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/distrib/special/signify/Makefile b/distrib/special/signify/Makefile index d02b306bb0f..5af685122e3 100644 --- a/distrib/special/signify/Makefile +++ b/distrib/special/signify/Makefile @@ -1,8 +1,6 @@ -# $OpenBSD: Makefile,v 1.1 2014/01/08 04:33:23 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2015/12/08 20:13:30 tedu Exp $ .PATH: ${.CURDIR}/../../../usr.bin/signify -.PATH: ${.CURDIR}/../../../usr.bin/ssh -CPPFLAGS += -I${.CURDIR}/../../../usr.bin/ssh SRCS= signify.c SRCS+= fe25519.c sc25519.c smult_curve25519_ref.c |