Commit 9832e78f authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf nmap-7.70.tar.bz2
cd nmap-7.70 && ./configure --prefix=/usr --with-liblua=included
$(MAKE) -C nmap-7.70
cd nmap-7.70 && sed -i 's/lib./lib/' zenmap/test/run_tests.py
$(MAKE) -C nmap-7.70 check
$(MAKE) -C nmap-7.70 install
rm -rf nmap-7.70
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment