[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / xenocara

Diff for /xenocara/Makefile between version 1.70 and 1.71

version 1.70, 2016/04/01 03:15:15 version 1.71, 2016/07/30 12:18:35
Line 10 
Line 10 
   
 XSERVER= xserver  XSERVER= xserver
   
 .if defined(XENOCARA_BUILD_GL)  
 .if ${XENOCARA_BUILD_GL:L} == "yes"  
 XSERVER+= kdrive  
 .endif  
 .endif  
   
 SUBDIR= proto font/util data/bitmaps lib app data \  SUBDIR= proto font/util data/bitmaps lib app data \
         ${XSERVER} driver util doc          ${XSERVER} driver util doc
 .ifndef NOFONTS  .ifndef NOFONTS

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71