diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-07 18:38:08 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-07 18:38:08 +0000 |
commit | 2bf7be32763aa7e53e6fe03499a43f80939dbe44 (patch) | |
tree | 81a760e3872ee7d0092820e4a846db37fa260827 /security | |
parent | 4bd1f430f339c6e7a0abfee1461e040fa6ca9217 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/nmap/files/patch-aa | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/security/nmap/files/patch-aa b/security/nmap/files/patch-aa index c18d03d76af3..c6ae507e67fa 100644 --- a/security/nmap/files/patch-aa +++ b/security/nmap/files/patch-aa @@ -1,11 +1,12 @@ ---- Makefile.in.orig Mon May 1 19:17:38 2000 -+++ Makefile.in Thu May 4 16:42:44 2000 -@@ -16 +16 @@ --INCLS = -I. -I$(LIBPCAPDIR) -+INCLS = -I. # -I$(LIBPCAPDIR) -@@ -41 +41 @@ --$(TARGET): $(DEPS) @PCAP_DEPENDS@ $(OBJS) -+$(TARGET): $(DEPS) $(OBJS) -@@ -144 +144 @@ +--- Makefile.in.orig Fri Mar 9 22:25:19 2001 ++++ Makefile.in Sat Apr 7 11:28:49 2001 +@@ -17,3 +17,3 @@ + LIBPCAPDIR = @libpcapdir@ +-INCLS = -I$(LIBPCAPDIR) ++#INCLS = -I$(LIBPCAPDIR) + DEFS = @DEFS@ -DNMAP_VERSION=\"$(NMAP_VERSION)\" -DNMAP_NAME=\"$(NMAP_NAME)\" -DNMAP_URL=\"$(NMAP_URL)\" -DNMAP_PLATFORM=\"$(NMAP_PLATFORM)\" -DNMAPDATADIR=\"$(nmapdatadir)\" +@@ -173,3 +173,3 @@ + install: $(TARGET) - $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir) $(deskdir) + $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir) + $(INSTALL) -c -m 755 nmap $(bindir)/nmap |