1999-11-24 03:36:23 +00:00
|
|
|
--- /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
|
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
|
|
|
|
Only in ./lib: strlcat.c
|
|
|
|
Only in ./lib: strlcpy.c
|