diff options
Diffstat (limited to 'usr.bin/ssh/ssh-keyscan/Makefile')
-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 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> |