svn commit: r336261 - head/stand/i386/kgzldr

Warner Losh imp at FreeBSD.org
Fri Jul 13 20:08:20 UTC 2018


Author: imp
Date: Fri Jul 13 20:08:18 2018
New Revision: 336261
URL: https://svnweb.freebsd.org/changeset/base/336261

Log:
  Catch up to the inflate renaming.

Modified:
  head/stand/i386/kgzldr/Makefile

Modified: head/stand/i386/kgzldr/Makefile
==============================================================================
--- head/stand/i386/kgzldr/Makefile	Fri Jul 13 20:03:05 2018	(r336260)
+++ head/stand/i386/kgzldr/Makefile	Fri Jul 13 20:08:18 2018	(r336261)
@@ -7,7 +7,7 @@ STRIP=
 BINMODE=${LIBMODE}
 BINDIR=	${LIBDIR}
 
-SRCS=	start.s boot.c inflate.c lib.c crt.s sio.s
+SRCS=	start.s boot.c subr_inflate.c lib.c crt.s sio.s
 CFLAGS=	-Os
 CFLAGS+=-DKZIP
 NO_SHARED=


More information about the svn-src-all mailing list