freebsd-ports/net/trafcount/files/patch-module-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

8 lines
228 B
Text

--- module/Makefile.orig Fri Jun 1 11:20:26 2001
+++ module/Makefile Sun Jun 17 18:15:28 2001
@@ -1,4 +1,5 @@
KMOD = trafcount
SRCS = trafcount.c ../include/trafcount.h
+KMODDIR = /usr/local/libexec
.include <bsd.kmod.mk>