summaryrefslogtreecommitdiff
path: root/net/trafcount/files/patch-client-Makefile
blob: cedb05588dfe45e93e67b00e9ec48d9b7ac23300 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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>