2000-01-13 23:22:17 +00:00
|
|
|
--- lib/Makefile.orig Fri Jan 14 04:55:08 2000
|
|
|
|
+++ lib/Makefile Fri Jan 14 08:01:17 2000
|
|
|
|
@@ -4,7 +4,12 @@
|
1999-12-08 04:06:38 +00:00
|
|
|
SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
|
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 \
|
1999-12-08 04:06:38 +00:00
|
|
|
- rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c
|
|
|
|
+ rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \
|
|
|
|
+ strlcat.c strlcpy.c
|
2000-01-13 23:22:17 +00:00
|
|
|
+
|
|
|
|
+.if !defined(USE_INET6)
|
|
|
|
+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-01-13 23:22:17 +00:00
|
|
|
@@ -13,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")
|
|
|
|
CFLAGS+= -DKRB4 -I/usr/include/kerberosIV
|