summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-agent
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>1999-10-04 20:52:44 +0000
committermarkus <markus@openbsd.org>1999-10-04 20:52:44 +0000
commit84f5e31bede30371aba2235281d90d4fcb8abcd4 (patch)
treece90a2a75f3c2ef7c06c5934e01a4752804af18f /usr.bin/ssh/ssh-agent
parentnuke minfd/AUTH_FD (diff)
downloadwireguard-openbsd-84f5e31bede30371aba2235281d90d4fcb8abcd4.tar.xz
wireguard-openbsd-84f5e31bede30371aba2235281d90d4fcb8abcd4.zip
nuked minfd. sigh. hope this is the last one.
Diffstat (limited to 'usr.bin/ssh/ssh-agent')
-rw-r--r--usr.bin/ssh/ssh-agent/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/ssh/ssh-agent/Makefile b/usr.bin/ssh/ssh-agent/Makefile
index 383e2f74f9c..cc813ec15e8 100644
--- a/usr.bin/ssh/ssh-agent/Makefile
+++ b/usr.bin/ssh/ssh-agent/Makefile
@@ -10,11 +10,6 @@ MAN= ssh-agent.1
SRCS= ssh-agent.c log-client.c rsa.c buffer.c \
xmalloc.c bufaux.c authfd.c authfile.c \
- mpaux.c crc32.c match.c minfd.c cipher.c compress.c
-
-gen_minfd: gen_minfd.c
-minfd.o: minfd.h
-minfd.h: gen_minfd
- ./gen_minfd $(USER_SHELLS) > minfd.h
+ mpaux.c crc32.c match.c cipher.c compress.c
.include <bsd.prog.mk>