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

Annotation of src/sbin/Makefile, Revision 1.68

1.68    ! deraadt     1: #      $OpenBSD: Makefile,v 1.67 2003/07/28 22:04:38 tedu Exp $
1.1       deraadt     2:
                      3: # Not ported: XNSrouted enpload scsiformat startslip
1.22      millert     4: # Missing: icheck
1.1       deraadt     5:
1.68    ! deraadt     6: SUBDIR= atactl badsect brconfig ccdconfig disklabel dmesg dhclient \
        !             7:        fsck growfs ifconfig init iopctl ipsecadm isakmpd kbd lmccontrol \
        !             8:        mknod modload modunload mount mountd ncheck_ffs nfsd nologin \
        !             9:        pfctl pflogd ping quotacheck raidctl reboot route routed \
        !            10:        savecore scan_ffs scsi shutdown slattach swapctl sysctl \
        !            11:        ttyflags umount
1.1       deraadt    12:
                     13: # support for various file systems
                     14: SUBDIR+= mount_ados
                     15: SUBDIR+= mount_cd9660
                     16: SUBDIR+= mount_fdesc
1.22      millert    17: SUBDIR+= mount_ffs     newfs fsck_ffs fsdb dumpfs dump restore clri tunefs fsirand
1.1       deraadt    18: SUBDIR+= mount_kernfs
                     19: # mount_mfs -> newfs
1.12      deraadt    20: SUBDIR+= mount_msdos   newfs_msdos fsck_msdos
1.1       deraadt    21: SUBDIR+= mount_nfs
1.66      tedu       22: SUBDIR+= mount_ntfs
1.1       deraadt    23: SUBDIR+= mount_null
                     24: SUBDIR+= mount_portal
                     25: SUBDIR+= mount_procfs
                     26: SUBDIR+= mount_umap
                     27: SUBDIR+= mount_union
1.26      downsj     28: SUBDIR+= mount_ext2fs fsck_ext2fs
1.31      art        29: SUBDIR+= mount_xfs
1.47      itojun     30:
                     31: # IPv6
1.48      itojun     32: SUBDIR+= ping6 rtsol
1.1       deraadt    33:
1.51      espie      34: # Man pages (and manpages to do)
1.61      miod       35: SUBDIR+= fdisk pdisk ancontrol wicontrol wsconsctl
1.1       deraadt    36:
                     37: .include <bsd.subdir.mk>