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

Diff for /src/usr.sbin/Makefile between version 1.63 and 1.64

version 1.63, 2000/04/26 06:21:07 version 1.64, 2000/05/18 17:01:37
Line 19 
Line 19 
 # IPv6  # IPv6
 SUBDIR+=faithd ifmcstat ndp rip6query route6d rtadvd rtsold traceroute6  SUBDIR+=faithd ifmcstat ndp rip6query route6d rtadvd rtsold traceroute6
   
 # Amiga manpages  # Arch dependent tools, with manpages
 SUBDIR+=iteconfig grfconfig videomode  SUBDIR+=iteconfig grfconfig videomode
   SUBDIR+=bad144 apm apmd fdformat memconfig
   SUBDIR+=eeprom screenblank grfinfo hilinfo
   
 .if (${AFS} == "yes")  .if (${AFS} == "yes")
 SUBDIR+=afs  SUBDIR+=afs
Line 28 
Line 30 
   
 .if (${YP} == "yes")  .if (${YP} == "yes")
 SUBDIR+=ypbind yppoll ypset ypserv  SUBDIR+=ypbind yppoll ypset ypserv
 .endif  
   
 .if   make(clean) || make(cleandir) || make(obj)  
 SUBDIR+=apm apmd bad144 eeprom fdformat grfconfig grfinfo \  
         hilinfo screenblank videomode memconfig  
 .elif ${MACHINE} == "hp300"  
 SUBDIR+=grfinfo hilinfo  
 .elif ${MACHINE} == "i386"  
 SUBDIR+=bad144 apm apmd fdformat memconfig  
 .elif ${MACHINE} == "pmax"  
 SUBDIR+=  
 .elif ${MACHINE} == "sun3"  
 SUBDIR+=eeprom screenblank  
 .elif ${MACHINE} == "sparc"  
 SUBDIR+=eeprom fdformat screenblank  
 .endif  .endif
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64