diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-01-06 21:31:07 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-01-06 21:31:07 +0000 |
| commit | 5dc6cc42f45870f511ac8eb8a1afcffcdfd88435 (patch) | |
| tree | 2fa1f2aa7a1f7a446f26d2e5084ab0f1f1b58d0d /sys/boot/efi/libefi/Makefile | |
| parent | dbc595b2aef4a0b0f115d7297ee1234f6ade8d21 (diff) | |
| parent | 5fc656f1876fd2ec306182f830049874b23fbfa3 (diff) | |
Notes
Diffstat (limited to 'sys/boot/efi/libefi/Makefile')
| -rw-r--r-- | sys/boot/efi/libefi/Makefile | 1 |
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> |
