mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
fa78580a86
[fixes minor typos in 2.51]
12 lines
415 B
Plaintext
12 lines
415 B
Plaintext
--- 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 @@
|
|
- $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir) $(deskdir)
|
|
+ $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir)
|