aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/ssh-keygen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/ssh-keygen/Makefile')
-rw-r--r--crypto/openssh/ssh-keygen/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/crypto/openssh/ssh-keygen/Makefile b/crypto/openssh/ssh-keygen/Makefile
deleted file mode 100644
index d175813bc0cb..000000000000
--- a/crypto/openssh/ssh-keygen/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $OpenBSD: Makefile,v 1.21 2001/06/27 19:29:16 markus Exp $
-
-.PATH: ${.CURDIR}/..
-
-PROG= ssh-keygen
-BINOWN= root
-
-BINMODE?=555
-
-BINDIR= /usr/bin
-MAN= ssh-keygen.1
-
-SRCS= ssh-keygen.c
-
-.include <bsd.prog.mk>
-
-LDADD+= -lcrypto
-DPADD+= ${LIBCRYPTO}