diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-12-08 20:13:31 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-12-08 20:13:31 +0000 |
commit | 88759855b0116ecb37b7a8ec7928dab5afffbcae (patch) | |
tree | cf8fe92cae001d0833a1c401c006105bc36d40a3 /distrib | |
parent | eb70680d846e8f0107247891d61bb81f048a9607 (diff) |
don't need to .path ssh anymore since the file were copied
Diffstat (limited to 'distrib')
-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 |