freebsd-ports/net/trafcount/files/patch-client-Makefile
David W. Chapman Jr. 3b28c7db04 Add trafcount, a "loadable module for freebsd lets admin see how much
amount of data was transfered by each user"

PR:		27836
Submitted by:	Amir S. <amir@boom.org.il>
2001-06-18 05:03:14 +00:00

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>