summaryrefslogtreecommitdiff
path: root/net/trafshow4/files/patch-af
blob: dba73df91ae9db0b0141260f392e7f2ce7d46010 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Makefile.in.orig	Mon Aug 24 13:54:16 1998
+++ Makefile.in	Tue May  2 00:51:47 2000
@@ -28,8 +28,8 @@
 
 PROG = trafshow
 CC = @CC@
-CCOPT = @V_CCOPT@
-INCLS = -I. @V_INCLS@
+CCOPT = @CFLAGS@
+INCLS = -I. @CPPFLAGS@
 DEFS = @DEFS@
 
 CFLAGS = $(CCOPT) $(DEFS) $(INCLS)