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

Diff for /src/distrib/Makefile between version 1.28 and 1.29

version 1.28, 2006/11/10 01:39:00 version 1.29, 2006/11/10 19:37:51
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
   SUBDIR= special
   
 .if     make(obj)  .if     make(obj)
 SUBDIR= special alpha crunch hp300 hppa i386 mac68k macppc mvme68k \  SUBDIR+=crunch
         mvme88k mvmeppc sparc sparc64 vax amd64 cats sgi zaurus landisk  SUBDIR+=alpha amd64 cats hp300 hppa i386 landisk mac68k macppc mvme68k \
 .elif   !make(install)          mvme88k mvmeppc sgi sparc sparc64 vax zaurus
 SUBDIR= special  .elif exists(${MACHINE})
   SUBDIR+=${MACHINE}
 .endif  .endif
   
 .if     make(clean) || make(cleandir)  .if     make(clean) || make(cleandir)
 SUBDIR+=crunch  SUBDIR+=crunch
 .endif  .endif
 .if exists(${MACHINE})  
 SUBDIR+= ${MACHINE}  SUBDIR+=notes
 .endif  
 SUBDIR+= notes  
   
 #all: crunch-tools _SUBDIRUSE  #all: crunch-tools _SUBDIRUSE
   

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