summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/ssh-keysign/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-07-05 08:39:09 +0000
committerdes <des@FreeBSD.org>2002-07-05 08:39:09 +0000
commita651b056f9af4d848fbf5081a81e873a6facec95 (patch)
tree5250eb7f3801cd1cd8afc6b8e1048910a9748149 /secure/usr.bin/ssh-keysign/Makefile
parent596ff14965fbb61a0bc595e55993b3b262028400 (diff)
downloadFreeBSD-src-a651b056f9af4d848fbf5081a81e873a6facec95.zip
FreeBSD-src-a651b056f9af4d848fbf5081a81e873a6facec95.tar.gz
ssh-keysign(8) belongs in /usr/libexec, not in /usr/bin, and needs to be
setuid so ssh(1) doesn't have to be. Pointy hat to: des Submitted by: Katsuyuki TATEISHI <katsu@iec.hiroshima-u.ac.jp>
Diffstat (limited to 'secure/usr.bin/ssh-keysign/Makefile')
-rw-r--r--secure/usr.bin/ssh-keysign/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/secure/usr.bin/ssh-keysign/Makefile b/secure/usr.bin/ssh-keysign/Makefile
deleted file mode 100644
index 5fdd672..0000000
--- a/secure/usr.bin/ssh-keysign/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# $FreeBSD$
-
-PROG= ssh-keysign
-MAN= ssh-keysign.8
-CFLAGS+=-I${SSHDIR}
-
-DPADD= ${LIBSSH} ${LIBCRYPTO} ${LIBZ}
-LDADD= -lssh -lcrypto -lz
-
-.include <bsd.prog.mk>
-
-.PATH: ${SSHDIR}
OpenPOWER on IntegriCloud