diff options
Diffstat (limited to 'net/ntop/patches/patch-aa')
-rw-r--r-- | net/ntop/patches/patch-aa | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net/ntop/patches/patch-aa b/net/ntop/patches/patch-aa deleted file mode 100644 index 7a4e4c5d877..00000000000 --- a/net/ntop/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aa,v 1.6 2001/03/10 18:00:51 wiz Exp $ - ---- Makefile.in.orig Mon May 3 09:03:10 1999 -+++ Makefile.in -@@ -54,7 +54,7 @@ - DEFS = @DEFS@ - - # Standard CFLAGS --CFLAGS = $(CCOPT) $(DEFS) @G_THREAD_CFLAGS@ @LSOF_DEFS@ @OS_DEFS@ $(INCLS) -+CFLAGS = $(CCOPT) $(DEFS) @G_THREAD_CFLAGS@ @LSOF_DEFS@ @OS_DEFS@ $(INCLS) $(CPPFLAGS) - - # Standard LDFLAGS - LDFLAGS = @LDFLAGS@ -@@ -105,7 +105,7 @@ - report.c: ntop.h - - install: -- $(INSTALL) -m 6550 $(PROG) $(DESTDIR)$(BINDEST)/$(PROG) -+ $(INSTALL) -m 555 $(PROG) $(DESTDIR)$(BINDEST)/$(PROG) - - install-man: - $(INSTALL) -m 444 $(PROG).8 $(DESTDIR)$(MANDEST)/man8/$(PROG).8 |