]> The Tcpdump Group git mirrors - tcpdump/blob - doc/README.NetBSD.md
Makefile.in: don't remove configure and config.h.in in make distclean.
[tcpdump] / doc / README.NetBSD.md
1 # Compiling tcpdump on NetBSD
2
3 NetBSD has two libpcap libraries: one that is always installed as a part of the
4 OS and another that can be installed as a package from pkgsrc. Also the usual
5 method of compiling with the upstream libpcap in `../libpcap` is available.
6
7 GCC, Clang, Autoconf and CMake are presumed to work, if this is not the case,
8 please report a bug as explained in the
9 [guidelines for contributing](../CONTRIBUTING.md).
10
11 ## NetBSD 9.3
12
13 * Upstream libpcap works.
14 * OS libpcap works.
15 * pkgsrc libpcap works.
16
17 ## NetBSD 9.2, 9.1 and 9.0
18
19 * Upstream libpcap works.
20 * OS libpcap cannot be used due to
21 [this bug](https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=55901).
22