forked from Lainports/freebsd-ports
24 lines
644 B
Text
24 lines
644 B
Text
--- lib/Makefile.orig Tue Jun 26 19:52:41 2001
|
|
+++ lib/Makefile Thu Nov 15 06:10:43 2001
|
|
@@ -9,7 +9,11 @@
|
|
rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \
|
|
key.c dispatch.c kex.c mac.c uuencode.c misc.c \
|
|
rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \
|
|
- scard.c
|
|
+ scard.c strlcpy.c strlcat.c
|
|
+
|
|
+.if defined(COMPAT_GETADDRINFO)
|
|
+SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c
|
|
+.endif
|
|
|
|
NOPROFILE= yes
|
|
NOPIC= yes
|
|
@@ -18,6 +22,8 @@
|
|
@echo -n
|
|
|
|
.include <bsd.own.mk>
|
|
+IGNORE_LIBSSH=yes
|
|
+.include "../Makefile.inc"
|
|
|
|
.if (${KERBEROS:L} == "yes")
|
|
CFLAGS+= -DKRB4 -I${DESTDIR}/usr/include/kerberosIV
|