Add missing double quote to fix r316635 commit.

This commit is contained in:
Alexander Kabaev 2017-04-09 03:50:48 +00:00
parent 67d955aab4
commit 3b29339863
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=316649

View file

@ -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