mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
361c7337a3
not needed for the port. Big thanks to Issei-san for doing the majority of the work necessary for this upgrade! Submitted by: Issei Suzuki <issei@jp.FreeBSD.org>
24 lines
724 B
Plaintext
24 lines
724 B
Plaintext
--- lib/Makefile.orig Thu Apr 27 05:56:30 2000
|
|
+++ lib/Makefile Fri May 12 07:07:30 2000
|
|
@@ -5,7 +5,11 @@
|
|
cipher.c compat.c compress.c crc32.c deattack.c fingerprint.c \
|
|
hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \
|
|
rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \
|
|
- key.c dispatch.c dsa.c kex.c hmac.c uuencode.c
|
|
+ key.c dispatch.c dsa.c kex.c hmac.c uuencode.c strlcat.c strlcpy.c
|
|
+
|
|
+.if defined(COMPAT_GETADDRINFO)
|
|
+SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c
|
|
+.endif
|
|
|
|
NOPROFILE= yes
|
|
NOPIC= yes
|
|
@@ -14,6 +18,7 @@
|
|
@echo -n
|
|
|
|
.include <bsd.own.mk>
|
|
+.include "../Makefile.inc"
|
|
|
|
.if (${KERBEROS} == "yes")
|
|
CFLAGS+= -DKRB4 -I${DESTDIR}/usr/include/kerberosIV
|