mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
12 lines
294 B
Plaintext
12 lines
294 B
Plaintext
|
--- Makefile.in.orig Wed Aug 11 16:48:33 1999
|
||
|
+++ Makefile.in Wed Aug 11 16:48:49 1999
|
||
|
@@ -12,7 +12,7 @@
|
||
|
TARGETNAME=@sbindir@/tircproxy
|
||
|
STRIP=@STRIP@
|
||
|
|
||
|
-ALL_CFLAGS=-Wall -I. -I@srcdir@ $(CFLAGS)
|
||
|
+ALL_CFLAGS=-Wall -I. -I@srcdir@ $(CFLAGS) -I/sys -I/usr/src/sys
|
||
|
|
||
|
.SUFFIXES:
|
||
|
.SUFFIXES: .c .o
|