--- /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 +.include "../Makefile.inc" .if (${KERBEROS} == "yes") CFLAGS+= -DKRB4 -I/usr/include/kerberosIV Only in ./lib: strlcat.c Only in ./lib: strlcpy.c