diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-03-28 19:31:17 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-03-29 19:56:20 +0100 |
commit | 7d9a2e6d2394442d82267f45c530dea8419480eb (patch) | |
tree | fba508400403f5fc91eac74434ed6bfcb3ea7ad2 /doc/developer/building-frr-for-netbsd6.rst | |
parent | Merge pull request #4026 from donaldsharp/pim_interface_fixup (diff) | |
download | frr-7d9a2e6d2394442d82267f45c530dea8419480eb.tar.xz frr-7d9a2e6d2394442d82267f45c530dea8419480eb.zip |
doc: remove unneeded build deps
Remove the following:
* gawk
* dejagnu
Add the following for FreeBSD 9 and OpenBSD 6:
* libexecinfo
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc/developer/building-frr-for-netbsd6.rst')
-rw-r--r-- | doc/developer/building-frr-for-netbsd6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/building-frr-for-netbsd6.rst b/doc/developer/building-frr-for-netbsd6.rst index a042077fd..49091c49b 100644 --- a/doc/developer/building-frr-for-netbsd6.rst +++ b/doc/developer/building-frr-for-netbsd6.rst @@ -22,7 +22,7 @@ Add packages: :: - sudo pkg_add git autoconf automake libtool gmake gawk openssl \ + sudo pkg_add git autoconf automake libtool gmake openssl \ pkg-config json-c python27 py27-test python35 py-sphinx Install SSL Root Certificates (for git https access): |