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

Diff for /src/usr.sbin/Makefile between version 1.17 and 1.18

version 1.17, 1996/08/26 07:50:12 version 1.18, 1996/09/04 22:52:07
Line 2 
Line 2 
   
 # not yet done: catman  # not yet done: catman
   
   .include <bsd.own.mk>
   
 SUBDIR= ac accton arp bootpd bootpgw bootpef bootptest \  SUBDIR= ac accton arp bootpd bootpgw bootpef bootptest \
         chown chroot config cron dev_mkdb \          chown chroot config cron dev_mkdb \
         diskpart edquota gspa inetd iostat \          diskpart edquota gspa inetd iostat \
Line 12 
Line 14 
         rpc.bootparamd rpc.pcnfsd rwhod \          rpc.bootparamd rpc.pcnfsd rwhod \
         sa sendmail sliplogin slstats spray sysctl \          sa sendmail sliplogin slstats spray sysctl \
         syslogd tcpdump timed traceroute trpt trsp \          syslogd tcpdump timed traceroute trpt trsp \
         vipw vnconfig ypbind yppoll ypset \          vipw vnconfig zdump zic
         ypserv zdump zic  
   .if defined (YP)
   SUBDIR+=ypbind yppoll ypset ypserv
   .endif
   
 # should be listed above, but doesn't work on the Alpha.  # should be listed above, but doesn't work on the Alpha.
 .if   (${MACHINE_ARCH} != "alpha") || make(clean) || make(cleandir)  .if   (${MACHINE_ARCH} != "alpha") || make(clean) || make(cleandir)

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18