summaryrefslogtreecommitdiff
path: root/net/trafcount/files/patch-client-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/trafcount/files/patch-client-Makefile')
-rw-r--r--net/trafcount/files/patch-client-Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/trafcount/files/patch-client-Makefile b/net/trafcount/files/patch-client-Makefile
deleted file mode 100644
index cedb05588dfe..000000000000
--- a/net/trafcount/files/patch-client-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- client/Makefile.orig Fri Jun 1 11:58:57 2001
-+++ client/Makefile Sun Jun 17 18:29:15 2001
-@@ -1,6 +1,8 @@
- PROG = trafcount
- SRCS = trafcount.c ../include/trafcount.h
- BINDIR ?= /usr/local/bin
-+MANDIR = /usr/local/man/man
- CFLAGS += -Wall
-+NOMANCOMPRESS = yes
-
- .include <bsd.prog.mk>