From 97e78f4722562b97806534f901e5f3fe1849072f Mon Sep 17 00:00:00 2001 From: david Date: Tue, 6 May 2008 05:14:46 +0000 Subject: [PATCH] Update macosx/Makefile to reflect that it builds an installer for both Nmap and Zenmap now. --- macosx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macosx/Makefile b/macosx/Makefile index 3730379c9..f39693f50 100644 --- a/macosx/Makefile +++ b/macosx/Makefile @@ -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')