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

Diff for /src/usr.sbin/Makefile between version 1.22 and 1.23

version 1.22, 1996/10/31 22:33:52 version 1.23, 1997/01/31 14:43:40
Line 4 
Line 4 
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 SUBDIR= ac accton adduser arp bootpd bootpgw bootpef bootptest \  SUBDIR= ac accton adduser amd arp bootpd bootpgw bootpef bootptest \
         chown chroot config cron ctm dev_mkdb \          chown chroot config cron ctm dev_mkdb \
         edquota gspa inetd iostat \          edquota gspa inetd iostat \
         ipftest ipmon ipsend kgmon \          ipftest ipmon ipsend kgmon \
Line 18 
Line 18 
   
 .if defined (YP)  .if defined (YP)
 SUBDIR+=ypbind yppoll ypset ypserv  SUBDIR+=ypbind yppoll ypset ypserv
 .endif  
   
 # should be listed above, but doesn't work on the Alpha.  
 .if   (${MACHINE_ARCH} != "alpha") || make(clean) || make(cleandir)  
 SUBDIR+=amd  
 .endif  .endif
   
 .if   make(clean) || make(cleandir) || make(obj)  .if   make(clean) || make(cleandir) || make(obj)

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23