aboutsummaryrefslogtreecommitdiff
path: root/net/quagga
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2008-04-25 15:42:13 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2008-04-25 15:42:13 +0000
commite2d8a9a44d6c5ce82a9e45b40eb44372f59ae29d (patch)
tree54117918e2ca3f5c4e2dc49023470f14b48786fe /net/quagga
parent9cec97dd8400a7cbe5868e2a448150f8a050a9fc (diff)
downloadports-e2d8a9a44d6c5ce82a9e45b40eb44372f59ae29d.tar.gz
ports-e2d8a9a44d6c5ce82a9e45b40eb44372f59ae29d.zip
Notes
Diffstat (limited to 'net/quagga')
-rw-r--r--net/quagga/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index 7112dd538d22..10e85e5851ab 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -198,7 +198,11 @@ post-install:
@${ECHO} "Note!!! To use MD5 passwords on BGP sessions, your kernel must"
@${ECHO} "be built with the following options:"
@${ECHO} " options TCP_SIGNATURE"
+.if ${OSVERSION} < 700000
@${ECHO} " options FAST_IPSEC"
+.else
+ @${ECHO} " options IPSEC"
+.endif
@${ECHO} " device crypto"
@${ECHO} " device cryptodev"
@${ECHO} ""