summaryrefslogtreecommitdiff
path: root/security/zenmap/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
commite497906508084a5501f27a53a8ec0f23aa446e5b (patch)
tree152d32d807e92b14ac8ade604a4d650b637b1e93 /security/zenmap/files/patch-ab
parentA new index, with 3,403 ports, which is a nice number, being 41 times (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'security/zenmap/files/patch-ab')
-rw-r--r--security/zenmap/files/patch-ab25
1 files changed, 0 insertions, 25 deletions
diff --git a/security/zenmap/files/patch-ab b/security/zenmap/files/patch-ab
deleted file mode 100644
index 01688d8d4b88..000000000000
--- a/security/zenmap/files/patch-ab
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile.in.orig Fri May 7 04:51:52 1999
-+++ Makefile.in Fri Jul 23 10:46:08 1999
-@@ -71,7 +71,7 @@
- PROGRAMS = $(bin_PROGRAMS)
-
-
--DEFS = @DEFS@ -I. -I$(srcdir)
-+DEFS = @DEFS@ -DNMAP_PATH=\"$(bindir)/\" -I. -I$(srcdir)
- CPPFLAGS = @CPPFLAGS@
- STATIC =
- LDFLAGS = @LDFLAGS@ $(STATIC)
-@@ -231,11 +231,11 @@
- maintainer-clean-depend:
- -rm -rf .deps
-
--%.o: %.c
-+.c.o:
- @echo '$(COMPILE) -c $<'; \
- $(COMPILE) -c $<
-
--%.lo: %.c
-+.c.lo:
- @echo '$(LTCOMPILE) -c $<'; \
- $(LTCOMPILE) -c $<
- @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \