From 90928716548537e93f54266e33cb4a3353fd3932 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Mon, 27 Oct 2003 07:57:33 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELENG_4_9_0_RELEASE'. This commit was manufactured to restore the state of the 4.9-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs. --- secure/libexec/ssh-keysign/Makefile | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 secure/libexec/ssh-keysign/Makefile (limited to 'secure/libexec/ssh-keysign') diff --git a/secure/libexec/ssh-keysign/Makefile b/secure/libexec/ssh-keysign/Makefile deleted file mode 100644 index 1f74eacf5f45..000000000000 --- a/secure/libexec/ssh-keysign/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $FreeBSD$ - -PROG= ssh-keysign -SRCS= ssh-keysign.c msg.c readconf.c -MAN= ssh-keysign.8 -CFLAGS+=-I${SSHDIR} -.if defined(ENABLE_SUID_SSH) -BINMODE=4511 -.endif - -DPADD= ${LIBSSH} ${LIBCRYPTO} ${LIBZ} -LDADD= -lssh -lcrypto -lz - -.include - -.PATH: ${SSHDIR} -- cgit v1.3