diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2013-10-17 16:47:58 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2013-10-17 16:47:58 +0000 |
commit | 36675e166c8c73af84d5fd7928d38a713a93640b (patch) | |
tree | b8882cb8ed8c745f0ff27c8adcbf61917363b449 /net/openbgpd | |
parent | 60e079a05c142510f0116a9ef3fa54d07e157951 (diff) |
Notes
Diffstat (limited to 'net/openbgpd')
-rw-r--r-- | net/openbgpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openbgpd/Makefile b/net/openbgpd/Makefile index a3fd6a265759..fb088f5783fc 100644 --- a/net/openbgpd/Makefile +++ b/net/openbgpd/Makefile @@ -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 |