[Midnightbsd-cvs] src [12244] trunk/secure/libexec/ssh-keysign/Makefile: fix build after openssh update.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Aug 8 22:41:45 EDT 2019


Revision: 12244
          http://svnweb.midnightbsd.org/src/?rev=12244
Author:   laffer1
Date:     2019-08-08 22:41:44 -0400 (Thu, 08 Aug 2019)
Log Message:
-----------
fix build after openssh update.

Modified Paths:
--------------
    trunk/secure/libexec/ssh-keysign/Makefile

Modified: trunk/secure/libexec/ssh-keysign/Makefile
===================================================================
--- trunk/secure/libexec/ssh-keysign/Makefile	2019-08-09 01:36:53 UTC (rev 12243)
+++ trunk/secure/libexec/ssh-keysign/Makefile	2019-08-09 02:41:44 UTC (rev 12244)
@@ -4,7 +4,7 @@
 .include <bsd.own.mk>
 
 PROG=	ssh-keysign
-SRCS=	ssh-keysign.c readconf.c
+SRCS=	ssh-keysign.c readconf.c uidswap.c
 MAN=	ssh-keysign.8
 CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
 SRCS+=	ssh_namespace.h



More information about the Midnightbsd-cvs mailing list