diff options
author | 1999-10-04 20:52:44 +0000 | |
---|---|---|
committer | 1999-10-04 20:52:44 +0000 | |
commit | 84f5e31bede30371aba2235281d90d4fcb8abcd4 (patch) | |
tree | ce90a2a75f3c2ef7c06c5934e01a4752804af18f /usr.bin/ssh/ssh-agent | |
parent | nuke minfd/AUTH_FD (diff) | |
download | wireguard-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/Makefile | 7 |
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> |