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

Diff for /src/sbin/Makefile between version 1.80 and 1.81

version 1.80, 2006/07/04 05:31:54 version 1.81, 2007/05/18 07:18:55
Line 3 
Line 3 
 # Not ported: XNSrouted enpload scsiformat startslip  # Not ported: XNSrouted enpload scsiformat startslip
 # Missing: icheck  # Missing: icheck
   
 SUBDIR= atactl badsect bioctl brconfig ccdconfig disklabel dmesg dhclient \  SUBDIR= atactl badsect bioctl brconfig ccdconfig clri dhclient \
         fsck growfs ifconfig init iopctl ipsecctl isakmpd kbd lmccontrol \          disklabel dmesg dump dumpfs fdisk fsck fsck_ext2fs fsck_ffs  \
         mknod modload modunload mount mountd ncheck_ffs nfsd nmeaattach \          fsck_msdos fsdb fsirand growfs ifconfig init iopctl ipsecctl  \
         nologin pfctl pflogd ping quotacheck raidctl reboot route routed \          isakmpd kbd lmccontrol mknod modload modunload mount \
         savecore scan_ffs scsi shutdown slattach swapctl sysctl \          mount_ados mount_cd9660 mount_ext2fs mount_ffs mount_msdos \
         ttyflags umount          mount_nfs mount_ntfs mount_portal mount_procfs mount_udf \
           mount_xfs mountd ncheck_ffs newfs newfs_msdos \
 # support for various file systems          nfsd nmeaattach nologin pdisk pfctl pflogd ping ping6 quotacheck \
 SUBDIR+= mount_ados          raidctl reboot restore route routed rtsol savecore scan_ffs \
 SUBDIR+= mount_cd9660          scsi shutdown slattach swapctl sysctl ttyflags tunefs \
 SUBDIR+= mount_ffs      newfs fsck_ffs fsdb dumpfs dump restore clri tunefs fsirand          umount wsconsctl
 # mount_mfs -> newfs  
 SUBDIR+= mount_msdos    newfs_msdos fsck_msdos  
 SUBDIR+= mount_nfs  
 SUBDIR+= mount_ntfs  
 SUBDIR+= mount_portal  
 SUBDIR+= mount_procfs  
 SUBDIR+= mount_udf  
 SUBDIR+= mount_ext2fs fsck_ext2fs  
 SUBDIR+= mount_xfs  
   
 # IPv6  
 SUBDIR+= ping6 rtsol  
   
 # Man pages (and manpages to do)  
 SUBDIR+= fdisk pdisk wsconsctl  
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81