1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/nmap/files/patch-aa

12 lines
415 B
Plaintext
Raw Normal View History

--- 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)
1998-12-15 11:18:32 +00:00
+INCLS = -I. # -I$(LIBPCAPDIR)
@@ -41 +41 @@
-$(TARGET): $(DEPS) @PCAP_DEPENDS@ $(OBJS)
+$(TARGET): $(DEPS) $(OBJS)
@@ -144 +144 @@
- $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir) $(deskdir)
+ $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir)