Building Nmap on FreeBSD
From SecWiki
Based on a build on FreeBSD 10.0-RELEASE, installed from the *-disc1.iso (CD). OpenSSL headers are already included.
Dependencies
- subversion (optional)
- gmake
Avoid needing autoconf
find . -name configure -type f -exec touch {} \;
Build
./configure gmake