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

Diff for /src/sbin/Makefile between version 1.50 and 1.51

version 1.50, 2000/04/03 01:10:05 version 1.51, 2000/05/18 14:01:00
Line 29 
Line 29 
 # IPv6  # IPv6
 SUBDIR+= ping6 rtsol  SUBDIR+= ping6 rtsol
   
 .if   make(clean) || make(cleandir) || make(obj)  # Man pages (and manpages to do)
 SUBDIR+= bim edlabel fdisk ancontrol wicontrol  SUBDIR+= fdisk ancontrol wicontrol edlabel
 .elif ${MACHINE} == "i386"  
 SUBDIR+= fdisk  # Add bim if we resurrect pc532
 SUBDIR+= ancontrol wicontrol  
 .elif (${MACHINE} == "arc") || (${MACHINE} == "powerpc") || (${MACHINE} == "alpha")  
 SUBDIR+= fdisk  
 .elif ${MACHINE} == "pc532"  
 SUBDIR+= bim  
 .elif (${MACHINE} == "sun3") || (${MACHINE} == "atari") || \  
       (${MACHINE} == "sparc")  
 SUBDIR+= edlabel  
 .endif  
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51