mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
13 lines
386 B
Plaintext
13 lines
386 B
Plaintext
|
--- programs/Xserver/hw/xnest/Imakefile.ORIG Mon May 8 16:57:25 2000
|
||
|
+++ programs/Xserver/hw/xnest/Imakefile Mon May 8 16:58:49 2000
|
||
|
@@ -52,7 +52,8 @@
|
||
|
|
||
|
INCLUDES = -I. -I$(XBUILDINCDIR) -I$(FONTINCSRC) \
|
||
|
-I../../mi -I../../include -I../../os \
|
||
|
- -I$(EXTINCSRC) -I$(XINCLUDESRC)
|
||
|
+ -I$(EXTINCSRC) -I$(XINCLUDESRC) \
|
||
|
+ -I../xfree86/loader
|
||
|
|
||
|
all:: $(OBJS)
|
||
|
|