mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Remove some explicit install targets to force build to happen before install
This commit is contained in:
parent
2b77e83abb
commit
0b28350628
1 changed files with 0 additions and 6 deletions
|
|
@ -390,12 +390,6 @@ install-%: build-% %/Makefile
|
|||
uninstall-%: %/Makefile
|
||||
cd $* && $(MAKE) uninstall
|
||||
|
||||
install-ncat: $(NCATDIR)/ncat
|
||||
@cd $(NCATDIR) && $(MAKE) install
|
||||
|
||||
install-nping: $(NPINGDIR)/nping
|
||||
@cd $(NPINGDIR) && $(MAKE) install
|
||||
|
||||
install: install-nmap $(INSTALLNSE) $(INSTALLZENMAP) @NCAT_INSTALL@ @NMAP_UPDATE_INSTALL@ $(INSTALLNDIFF) $(INSTALLNPING)
|
||||
@echo "NMAP SUCCESSFULLY INSTALLED"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue