nmap: fix build on MacOS X
authorAlexandru Ardelean <redacted>
Wed, 19 Oct 2016 12:21:54 +0000 (15:21 +0300)
committerNuno Goncalves <redacted>
Fri, 28 Oct 2016 16:31:38 +0000 (18:31 +0200)
commitc093978cca6700ab36004a2b8c2281ed4544fda5
treeea93e1b327a167e4c48f66e76698533cb49a2ad2
parent981a596c5ffd4afa0c6241a8d2a271ea5e7d555a
nmap: fix build on MacOS X

The configure script (for libdnet) seems to find <net/bpf.h>
and detect some BSD stuff.

The lidnet's Makefile wants to include eth-bsd.c, arp-bsd.c
and other BSD friends.

This seems to put a cork on it, and no BSD stuff appears anymore.
[at least on my system].

Signed-off-by: Alexandru Ardelean <redacted>
net/nmap/Makefile
git clone https://git.99rst.org/PROJECT