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

Diff for /xenocara/Makefile between version 1.27 and 1.28

version 1.27, 2008/10/05 08:06:06 version 1.28, 2009/02/02 20:57:55
Line 11 
Line 11 
 XSERVER= xserver  XSERVER= xserver
 .endif  .endif
   
   .if ${USE_GCC3:L} == "yes"
   XSERVER+= kdrive
   .endif
   
 SUBDIR= proto data/bitmaps lib app data/xkbdata ${XSERVER} driver util doc  SUBDIR= proto data/bitmaps lib app data/xkbdata ${XSERVER} driver util doc
 .ifndef NOFONTS  .ifndef NOFONTS
 SUBDIR+= font  SUBDIR+= font

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28