1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/security/openssh/files/patch-aj

20 lines
610 B
Plaintext
Raw Normal View History

--- ./lib/Makefile.orig Tue Nov 16 16:50:53 1999
+++ ./lib/Makefile Tue Nov 16 16:52:01 1999
@@ -4,7 +4,7 @@
SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
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
+ rsa.c strlcpy.c tildexpand.c ttymodes.c uidswap.c xmalloc.c
NOPROFILE= yes
NOPIC= yes
@@ -13,6 +13,7 @@
@echo -n
.include <bsd.own.mk>
+.include "../Makefile.inc"
.if (${KERBEROS} == "yes")
CFLAGS+= -DKRB4 -I/usr/include/kerberosIV