mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
713c2289b8
- openbgpd version 6.5p0 was the "portable" version, which specifically does *not* support kernel routing updates. - Therefore this is only suitable for route servers/collectors, not for production use in routers. This significantly violates POLA :) PR: 213445 Submitted by: Oliver H <oliver@watershed.co.uk>
13 lines
334 B
Plaintext
13 lines
334 B
Plaintext
Index: Makefile
|
|
===================================================================
|
|
RCS file: Makefile
|
|
diff -N Makefile
|
|
--- /dev/null 1 Jan 1970 00:00:00 -0000
|
|
+++ Makefile 30 Jun 2009 07:07:55 -0000 1.2
|
|
@@ -0,0 +1,5 @@
|
|
+# $hrs: openbgpd/Makefile,v 1.2 2009/06/30 07:07:55 hrs Exp $
|
|
+
|
|
+SUBDIR= bgpd bgpctl
|
|
+
|
|
+.include <bsd.subdir.mk>
|