mirror of
https://github.com/nmap/nmap.git
synced 2026-01-05 22:19:03 +00:00
Update macosx/Makefile to reflect that it builds an installer for both Nmap and
Zenmap now.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# This makefile builds a disk image (.dmg) containing the Zenmap application
|
||||
# bundle.
|
||||
# This makefile builds a disk image (.dmg) containing the installer for Nmap
|
||||
# and Zenmap.
|
||||
|
||||
NMAP_VERSION := $(shell grep '^\#[ \t]*define[ \t]\+NMAP_VERSION' ../nmap.h | sed -e 's/.*"\(.*\)".*/\1/' -e 'q')
|
||||
NMAP_NUM_VERSION := $(shell grep '^\#[ \t]*define[ \t]\+NMAP_NUM_VERSION' ../nmap.h | sed -e 's/.*"\(.*\)".*/\1/' -e 'q')
|
||||
|
||||
Reference in New Issue
Block a user