3b28c7db04
amount of data was transfered by each user" PR: 27836 Submitted by: Amir S. <amir@boom.org.il>
11 lines
292 B
Text
11 lines
292 B
Text
--- 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>
|