mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Update macosx/Makefile to reflect that it builds an installer for both Nmap and
Zenmap now.
This commit is contained in:
parent
72453fc4ed
commit
97e78f4722
1 changed files with 2 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue