From 7e6cd705f344de2f9f08475a0fa2ef9191f88dd0 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Mon, 20 Mar 2000 08:47:53 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELENG_4_0_0_RELEASE'. This commit was manufactured to restore the state of the 4.0-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs. --- secure/usr.bin/ssh-keygen/Makefile | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 secure/usr.bin/ssh-keygen/Makefile (limited to 'secure/usr.bin/ssh-keygen') diff --git a/secure/usr.bin/ssh-keygen/Makefile b/secure/usr.bin/ssh-keygen/Makefile deleted file mode 100644 index 27a230f6259e..000000000000 --- a/secure/usr.bin/ssh-keygen/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $FreeBSD$ -# - -SSHSRC= ${.CURDIR}/../../../crypto/openssh - -PROG= ssh-keygen -BINOWN= root -BINMODE=555 -MAN= ssh-keygen.1 - -SRCS= ssh-keygen.c log-client.c - -.include - -.PATH: ${SSHSRC} - -LDADD+= -L${.OBJDIR}/../../lib/libssh -lssh -lcrypto -lcrypt -lutil -lz -DPADD+= ${LIBCRYPTO} ${LIBCRYPT} ${LIBUTIL} ${LIBZ} -- cgit v1.3