commit | 0d408490f65983431b15a5ef87e0caaa2cc00adf | [log] [tgz] |
---|---|---|
author | Guy Harris <guy@alum.mit.edu> | Sat Dec 02 19:14:36 2017 -0800 |
committer | Guy Harris <guy@alum.mit.edu> | Sat Dec 02 19:14:36 2017 -0800 |
tree | d322e8af09658db3f6fd600fa2f6a044e04c3cbc | |
parent | 2f25e722633c52c831f311f98e147c3bdcbcbb28 [diff] |
Fix "make depend" on platforms without BPF or PF_PACKET sockets. We can't even generate dependencies for valgrindtest on those platforms, as it'll either fail with "Unknown platform or platform that doesn't support Valgrind" or fail because there's no bpf.h (e.g., on Solaris 10, where it's Solaris but doesn't have BPF). Therefore, don't include it in the source if we aren't going to build it.