- Not all kernels have netmap(4) support. Check for it before continuing.
- Libraries shouldn't be added to LDFLAGS; they should be added to LIBADD instead.
- Sort some of the Makefile variables per bsd.README.
1., in particular, will resolve failures when running this testcase on kernels
lacking netmap(4) support, e.g., the i386 GENERIC kernels on ^/stable/11 and
^/stable/12
PR: 237129
MFC after: 1 week