summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-aj
blob: 8a42eeee4c8b31280cc3edf2340c37267153c95d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- ./lib/Makefile.orig	Thu Nov 11 05:32:55 1999
+++ ./lib/Makefile	Thu Nov 11 08:54:34 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 hostfile.c \
 	log.c match.c mpaux.c nchan.c packet.c readpass.c rsa.c \
-	tildexpand.c ttymodes.c uidswap.c xmalloc.c
+	tildexpand.c ttymodes.c uidswap.c xmalloc.c strlcpy.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