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

Diff for /src/distrib/Makefile between version 1.1 and 1.2

version 1.1, 1996/06/02 11:43:46 version 1.2, 1997/05/29 13:48:09
Line 2 
Line 2 
   
 SUBDIR= ${MACHINE}  SUBDIR= ${MACHINE}
   
   # miniroot and ramdisk are supposed to be "generic" using Makefile.inc
   # to set up architectural dependencies..
   .if     (${MACHINE} == "sparc")
   SUBDIR+=        ramdisk miniroot
   .endif
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2