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

Diff for /src/distrib/Makefile between version 1.35 and 1.36

version 1.35, 2008/08/22 15:52:33 version 1.36, 2008/08/22 16:01:00
Line 9 
Line 9 
 SUBDIR+=${MACHINE}  SUBDIR+=${MACHINE}
 .endif  .endif
   
 .if     make(clean) || make(cleandir)  
 SUBDIR+=crunch  
 .endif  
   
 #all: crunch-tools _SUBDIRUSE  
   
 crunch-tools:  
         cd $(.CURDIR)/crunch; $(MAKE) obj; \  
          $(MAKE) depend && ${MAKE} && ${SUDO} ${MAKE} DESTDIR= install  
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36