1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/security/openssh/files/patch-ad

21 lines
597 B
Plaintext
Raw Normal View History

--- /usr/ports/distfiles/OpenSSH-1.2/src/usr.bin/ssh/lib/Makefile Tue Nov 16 17:49:29 1999
+++ ./lib/Makefile Tue Nov 23 19:21:19 1999
@@ -5,6 +5,7 @@
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
+SRCS+= strlcat.c strlcpy.c
NOPROFILE= yes
NOPIC= yes
@@ -13,6 +14,7 @@
@echo -n
.include <bsd.own.mk>
+.include "../Makefile.inc"
.if (${KERBEROS} == "yes")
CFLAGS+= -DKRB4 -I/usr/include/kerberosIV
Only in ./lib: strlcat.c
Only in ./lib: strlcpy.c