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

Diff for /src/distrib/Makefile between version 1.6 and 1.7

version 1.6, 1997/09/18 17:43:47 version 1.7, 1997/09/21 09:29:24
Line 3 
Line 3 
 .if     !make(install)  .if     !make(install)
 SUBDIR= special  SUBDIR= special
 .endif  .endif
 SUBDIR+= ${MACHINE} notes  .if exists(${MACHINE})
   SUBDIR+= ${MACHINE}
   .endif
   SUBDIR+= notes
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7