Nmap/Moving to a separate directory
From SecWiki
< Nmap
This page lists some problems that need to be solved in order to move Nmap to its own directory.
- In source code trunk,
mkdir nmap ; mv *.cc *.c *.h nmap
- In configure.ac and configure, replace nmap.cc with nmap/nmap.cc
Remaining problems
-
make: *** No rule to make target `nmap.h', needed by `ncat/ncat.h'. Stop.
- Create a new Makefile for Nmap, update the paths to libraries