mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
Merged from sys/boot/i386/loader/Makefile revision 1.54.
This commit is contained in:
parent
82a6d03aa6
commit
60e0796757
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85060
@ -36,6 +36,13 @@ LIBFICL= ${.CURDIR}/../../ficl/libficl.a
|
|||||||
.endif
|
.endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if defined(LOADER_BZIP2_SUPPORT)
|
||||||
|
CFLAGS+= -DLOADER_BZIP2_SUPPORT
|
||||||
|
.endif
|
||||||
|
.if !defined(LOADER_NO_GZIP_SUPPORT)
|
||||||
|
CFLAGS+= -DLOADER_GZIP_SUPPORT
|
||||||
|
.endif
|
||||||
|
|
||||||
# Always add MI sources
|
# Always add MI sources
|
||||||
.PATH: ${.CURDIR}/../../common
|
.PATH: ${.CURDIR}/../../common
|
||||||
.include <${.CURDIR}/../../common/Makefile.inc>
|
.include <${.CURDIR}/../../common/Makefile.inc>
|
||||||
|
Loading…
Reference in New Issue
Block a user