- fix INDEX building s/)/}/

Approved by:	hrs@ (implicit)
This commit is contained in:
Olli Hauer 2013-10-17 16:47:58 +00:00
parent 60e079a05c
commit 36675e166c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330656

View File

@ -28,7 +28,7 @@ IPV6LLPEER_DESC=Support nexthop using IPv6 link-local address
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIPV6LLPEER)
.if ${PORT_OPTIONS:MIPV6LLPEER}
MAKE_ARGS= -DIPV6_LINKLOCAL_PEER
.endif