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

Annotation of src/sbin/Makefile, Revision 1.73

1.73    ! hshoexer    1: #      $OpenBSD: Makefile,v 1.72 2005/03/29 22:10:11 marco Exp $
1.1       deraadt     2:
                      3: # Not ported: XNSrouted enpload scsiformat startslip
1.22      millert     4: # Missing: icheck
1.1       deraadt     5:
1.72      marco       6: SUBDIR= atactl badsect bioctl brconfig ccdconfig disklabel dmesg dhclient \
1.73    ! hshoexer    7:        fsck growfs ifconfig init iopctl ipsecadm ipsecctl isakmpd kbd \
        !             8:        lmccontrol mknod modload modunload mount mountd ncheck_ffs nfsd \
        !             9:        nologin pfctl pflogd ping quotacheck raidctl reboot route routed \
1.68      deraadt    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
1.71      pedro      26: SUBDIR+= mount_udf
1.1       deraadt    27: SUBDIR+= mount_umap
                     28: SUBDIR+= mount_union
1.26      downsj     29: SUBDIR+= mount_ext2fs fsck_ext2fs
1.31      art        30: SUBDIR+= mount_xfs
1.47      itojun     31:
                     32: # IPv6
1.48      itojun     33: SUBDIR+= ping6 rtsol
1.1       deraadt    34:
1.51      espie      35: # Man pages (and manpages to do)
1.70      damien     36: SUBDIR+= fdisk pdisk ancontrol wicontrol wsconsctl
1.1       deraadt    37:
                     38: .include <bsd.subdir.mk>