summaryrefslogtreecommitdiff
path: root/secure/libexec/ssh-keysign/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/libexec/ssh-keysign/Makefile')
-rw-r--r--secure/libexec/ssh-keysign/Makefile16
1 files changed, 0 insertions, 16 deletions
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 <bsd.prog.mk>
-
-.PATH: ${SSHDIR}