summaryrefslogtreecommitdiff
path: root/security/zenmap/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /security/zenmap/files/patch-ab
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Notes
Notes: svn path=/head/; revision=33029 svn path=/tags/RELEASE_4_1_1/; revision=33030; tag=release/4.1.1
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:/' \