From 9720b176d20fe95100c379a78e0563d88b67df2d Mon Sep 17 00:00:00 2001 From: des Date: Mon, 24 Jun 2002 12:32:30 +0000 Subject: My previous style commits weren't entirely right. Fix some bugs I introduced, and a few more I hadn't yet fixed. Submitted by: bde --- secure/usr.bin/ssh-keyscan/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'secure/usr.bin/ssh-keyscan') diff --git a/secure/usr.bin/ssh-keyscan/Makefile b/secure/usr.bin/ssh-keyscan/Makefile index 7f65c74..45e63d9 100644 --- a/secure/usr.bin/ssh-keyscan/Makefile +++ b/secure/usr.bin/ssh-keyscan/Makefile @@ -1,11 +1,9 @@ # $FreeBSD$ -# PROG= ssh-keyscan -SRCS= ssh-keyscan.c -DPADD+= ${LIBSSH} ${LIBCRYPTO} ${LIBZ} -LDADD+= -lssh -lcrypto -lz +DPADD= ${LIBSSH} ${LIBCRYPTO} ${LIBZ} +LDADD= -lssh -lcrypto -lz .include -- cgit v1.1