diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2016-01-14 16:17:41 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2016-01-14 16:17:41 +0000 |
commit | d0f2cecc9d9db6ccf885bad0b75727a8fe2d04cb (patch) | |
tree | 9e0d5365d838fe216c6c181eff6e78f79c0c8ee2 /usr.bin/ssh/ssh-keyscan | |
parent | be38326afa668246c81f056bb3a7798dd90daab4 (diff) |
remove roaming support; ok djm@
Diffstat (limited to 'usr.bin/ssh/ssh-keyscan')
-rw-r--r-- | usr.bin/ssh/ssh-keyscan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keyscan/Makefile b/usr.bin/ssh/ssh-keyscan/Makefile index be9ddbb73e8..94dc76cda86 100644 --- a/usr.bin/ssh/ssh-keyscan/Makefile +++ b/usr.bin/ssh/ssh-keyscan/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2009/05/28 16:50:16 andreas Exp $ +# $OpenBSD: Makefile,v 1.6 2016/01/14 16:17:40 markus Exp $ .PATH: ${.CURDIR}/.. @@ -10,7 +10,7 @@ BINMODE?=555 BINDIR= /usr/bin MAN= ssh-keyscan.1 -SRCS= ssh-keyscan.c roaming_dummy.c +SRCS= ssh-keyscan.c .include <bsd.prog.mk> |