mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Add build-ncat target to all. Fixes #214
This commit is contained in:
@@ -80,6 +80,7 @@ INSTALLNSE=@INSTALLNSE@
|
||||
BUILDZENMAP=@BUILDZENMAP@
|
||||
BUILDNDIFF=@BUILDNDIFF@
|
||||
BUILDNPING=@BUILDNPING@
|
||||
BUILDNCAT=@BUILDNCAT@
|
||||
INSTALLZENMAP=@INSTALLZENMAP@
|
||||
INSTALLNDIFF=@INSTALLNDIFF@
|
||||
INSTALLNPING=@INSTALLNPING@
|
||||
@@ -113,7 +114,7 @@ OBJS = charpool.o FingerPrintResults.o FPEngine.o FPModel.o idle_scan.o MACLooku
|
||||
# large for field of 2 bytes". Disable debugging for this one file.
|
||||
FPModel.o: CXXFLAGS += -g0
|
||||
|
||||
all: $(TARGET) $(BUILDZENMAP) $(BUILDNDIFF) $(BUILDNPING) @NMAP_UPDATE_BUILD@
|
||||
all: $(TARGET) $(BUILDZENMAP) $(BUILDNDIFF) $(BUILDNPING) $(BUILDNCAT) @NMAP_UPDATE_BUILD@
|
||||
|
||||
$(TARGET): build-netutil @LIBLINEAR_BUILD@ @PCAP_BUILD@ @PCRE_BUILD@ @NSOCK_BUILD@ @NBASE_BUILD@ @DNET_BUILD@ @LUA_BUILD@ \
|
||||
@LUA_DEPENDS@ @LIBLINEAR_DEPENDS@ @PCAP_DEPENDS@ @PCRE_DEPENDS@ \
|
||||
|
||||
Reference in New Issue
Block a user