1999-12-08 04:06:38 +00:00
|
|
|
--- lib/Makefile.orig Tue Dec 7 22:50:49 1999
|
|
|
|
+++ lib/Makefile Tue Dec 7 22:53:22 1999
|
|
|
|
@@ -4,7 +4,8 @@
|
|
|
|
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
|
1999-11-20 06:59:57 +00:00
|
|
|
|
1999-11-24 03:36:23 +00:00
|
|
|
NOPROFILE= yes
|
|
|
|
NOPIC= yes
|
|
|
|
@@ -13,6 +14,7 @@
|
|
|
|
@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
|