diff options
author | delphij <delphij@FreeBSD.org> | 2017-05-31 06:07:19 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2017-05-31 06:07:19 +0000 |
commit | 8451b29e08ac1e641221736f9ebba9f5d69e16c4 (patch) | |
tree | 0e19b09653cc00b9c3471bb7f2a8e86e7ff7db14 | |
parent | 976743b6f3f0324b45804613a26d7f415120913e (diff) | |
download | FreeBSD-src-8451b29e08ac1e641221736f9ebba9f5d69e16c4.zip FreeBSD-src-8451b29e08ac1e641221736f9ebba9f5d69e16c4.tar.gz |
MFC r316649 (kan):
Add missing double quote to fix r316635 commit.
-rw-r--r-- | lib/libz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libz/Makefile b/lib/libz/Makefile index 7e1e9e8..0ea87bb 100644 --- a/lib/libz/Makefile +++ b/lib/libz/Makefile @@ -40,7 +40,7 @@ SRCS+= uncompr.c SRCS+= zopen.c SRCS+= zutil.c -.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64 +.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" CFLAGS+= -DUNALIGNED_OK .endif |