2000-05-13 17:11:01 +00:00
|
|
|
--- lib/Makefile.orig Thu Apr 27 05:56:30 2000
|
|
|
|
+++ lib/Makefile Fri May 12 07:07:30 2000
|
2000-04-20 22:24:19 +00:00
|
|
|
@@ -5,7 +5,11 @@
|
1999-11-24 03:36:23 +00:00
|
|
|
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 \
|
2000-04-20 22:24:19 +00:00
|
|
|
rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \
|
2000-05-13 17:11:01 +00:00
|
|
|
- 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
|
2000-01-13 23:22:17 +00:00
|
|
|
+
|
2000-01-18 11:18:25 +00:00
|
|
|
+.if defined(COMPAT_GETADDRINFO)
|
2000-01-13 23:22:17 +00:00
|
|
|
+SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c
|
|
|
|
+.endif
|
1999-11-20 06:59:57 +00:00
|
|
|
|
1999-11-24 03:36:23 +00:00
|
|
|
NOPROFILE= yes
|
|
|
|
NOPIC= yes
|
2000-04-20 22:24:19 +00:00
|
|
|
@@ -14,6 +18,7 @@
|
1999-11-24 03:36:23 +00:00
|
|
|
@echo -n
|
1999-11-20 06:59:57 +00:00
|
|
|
|
1999-11-24 03:36:23 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
+.include "../Makefile.inc"
|
|
|
|
|
|
|
|
.if (${KERBEROS} == "yes")
|
2000-04-20 22:24:19 +00:00
|
|
|
CFLAGS+= -DKRB4 -I${DESTDIR}/usr/include/kerberosIV
|