aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi/libefi/Makefile
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2016-01-06 21:31:07 +0000
committerDimitry Andric <dim@FreeBSD.org>2016-01-06 21:31:07 +0000
commit5dc6cc42f45870f511ac8eb8a1afcffcdfd88435 (patch)
tree2fa1f2aa7a1f7a446f26d2e5084ab0f1f1b58d0d /sys/boot/efi/libefi/Makefile
parentdbc595b2aef4a0b0f115d7297ee1234f6ade8d21 (diff)
parent5fc656f1876fd2ec306182f830049874b23fbfa3 (diff)
Notes
Diffstat (limited to 'sys/boot/efi/libefi/Makefile')
-rw-r--r--sys/boot/efi/libefi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/efi/libefi/Makefile b/sys/boot/efi/libefi/Makefile
index d248927c2b907..25251c5319c2e 100644
--- a/sys/boot/efi/libefi/Makefile
+++ b/sys/boot/efi/libefi/Makefile
@@ -21,5 +21,6 @@ CFLAGS+= -I${.CURDIR}/../../common
# Handle FreeBSD specific %b and %D printf format specifiers
CFLAGS+= ${FORMAT_EXTENSIONS}
+CFLAGS+= -DTERM_EMU
.include <bsd.lib.mk>