Author: imp Date: Thu Nov 2 19:53:51 2017 New Revision: 325339 URL: https://svnweb.freebsd.org/changeset/base/325339
Log: This used to have bzip2 support too. Modified: head/sys/boot/i386/loader/Makefile Modified: head/sys/boot/i386/loader/Makefile ============================================================================== --- head/sys/boot/i386/loader/Makefile Thu Nov 2 19:45:51 2017 (r325338) +++ head/sys/boot/i386/loader/Makefile Thu Nov 2 19:53:51 2017 (r325339) @@ -19,6 +19,7 @@ LOADER_EXT2FS_SUPPORT?= no LOADER_MSDOS_SUPPORT?= no LOADER_UFS_SUPPORT?= yes LOADER_GZIP_SUPPORT?= yes +LOADER_BZIP2_SUPPORT?= yes # architecture-specific loader code SRCS= main.c conf.c vers.c chain.c _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
