1
0
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:
david
2008-05-06 05:14:46 +00:00
parent 72453fc4ed
commit 97e78f4722

View File

@@ -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')