summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keyscan
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-03-03 23:59:41 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-03-03 23:59:41 +0000
commit60aa29b022d79166f85315e7b143a8ef43fe91fb (patch)
treecd90d740be1db2067184ca6b0448d8cb9dd1ecfe /usr.bin/ssh/ssh-keyscan
parent191d03f15e0a4300b8d3e6689ec1be5f360ad959 (diff)
log*.c -> log.c
Diffstat (limited to 'usr.bin/ssh/ssh-keyscan')
-rw-r--r--usr.bin/ssh/ssh-keyscan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keyscan/Makefile b/usr.bin/ssh/ssh-keyscan/Makefile
index e86fe8f385f..6748ed7cc5e 100644
--- a/usr.bin/ssh/ssh-keyscan/Makefile
+++ b/usr.bin/ssh/ssh-keyscan/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2001/01/29 01:58:22 niklas Exp $
+# $OpenBSD: Makefile,v 1.3 2001/03/03 23:59:39 markus Exp $
.PATH: ${.CURDIR}/..
@@ -10,7 +10,7 @@ BINMODE?=555
BINDIR= /usr/bin
MAN= ssh-keyscan.1
-SRCS= ssh-keyscan.c log-client.c
+SRCS= ssh-keyscan.c
.include <bsd.prog.mk>