diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-22 00:41:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-22 00:41:20 +0000 |
commit | cbaafc8effcf26c33c792badfbfc707f4b645469 (patch) | |
tree | 3281b41ed64fdbf2945fbb2aae9e4d0bb0b3bc70 /usr.bin/signify/Makefile | |
parent | 2d011926f2c09f86ef7718fc422a486c0432a45b (diff) |
Pull in all the parts. Let's face the facts -- .PATH from other
parts of the tree is PAINFUL for basically everyone upstream, not
just for us in our own tree.
Diffstat (limited to 'usr.bin/signify/Makefile')
-rw-r--r-- | usr.bin/signify/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/signify/Makefile b/usr.bin/signify/Makefile index 43199395d8a..09c3075240c 100644 --- a/usr.bin/signify/Makefile +++ b/usr.bin/signify/Makefile @@ -1,7 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2014/01/13 01:41:00 tedu Exp $ - -.PATH: ${.CURDIR}/../ssh -CPPFLAGS += -I${.CURDIR}/../ssh +# $OpenBSD: Makefile,v 1.10 2014/07/22 00:41:19 deraadt Exp $ SRCS= signify.c SRCS+= fe25519.c sc25519.c smult_curve25519_ref.c |