mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
12 lines
272 B
Plaintext
12 lines
272 B
Plaintext
|
--- Makefile.in.orig Mon Aug 24 00:54:16 1998
|
||
|
+++ Makefile.in Mon Jan 24 11:00:31 2000
|
||
|
@@ -29,7 +29,7 @@
|
||
|
PROG = trafshow
|
||
|
CC = @CC@
|
||
|
CCOPT = @V_CCOPT@
|
||
|
-INCLS = -I. @V_INCLS@
|
||
|
+INCLS = -I. -I/usr/local/include @V_INCLS@
|
||
|
DEFS = @DEFS@
|
||
|
|
||
|
CFLAGS = $(CCOPT) $(DEFS) $(INCLS)
|