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

Annotation of src/sbin/Makefile, Revision 1.21

1.21    ! tholo       1: #      $OpenBSD: Makefile,v 1.20 1996/09/18 08:03:30 deraadt Exp $
1.10      deraadt     2: #      $NetBSD: Makefile,v 1.29 1996/05/14 17:39:21 ws Exp $
1.1       deraadt     3:
                      4: # Not ported: XNSrouted enpload scsiformat startslip
                      5: # Missing: icheck ncheck
                      6:
1.21    ! tholo       7: SUBDIR=        badsect disklabel ccdconfig dmesg fastboot fsck ifconfig init ipf ipfstat \
1.15      tholo       8:        ipnat kbd mknod modload modunload mount mountd ncheck_ffs nfsd nfsiod \
1.20      deraadt     9:        nologin ping quotacheck reboot route routed savecore scsi \
1.18      tholo      10:        shutdown slattach swapon ttyflags umount
1.1       deraadt    11:
                     12: # support for various file systems
                     13: SUBDIR+= mount_ados
                     14: SUBDIR+= mount_cd9660
                     15: SUBDIR+= mount_fdesc
1.4       deraadt    16: SUBDIR+= mount_ffs     newfs fsck_ffs fsdb dumpfs dump restore clri tunefs
1.1       deraadt    17: SUBDIR+= mount_kernfs
                     18: SUBDIR+= mount_lfs     newlfs dumplfs
                     19: # mount_mfs -> newfs
1.12      deraadt    20: SUBDIR+= mount_msdos   newfs_msdos fsck_msdos
1.1       deraadt    21: SUBDIR+= mount_nfs
                     22: SUBDIR+= mount_null
                     23: SUBDIR+= mount_portal
                     24: SUBDIR+= mount_procfs
                     25: SUBDIR+= mount_umap
                     26: SUBDIR+= mount_union
1.16      downsj     27: SUBDIR+= mount_ext2fs
1.1       deraadt    28:
1.7       deraadt    29: .if   make(clean) || make(cleandir) || make(obj)
1.6       hvozda     30: SUBDIR+= bim config_slot edlabel fdisk pcmcia_cntrl
1.1       deraadt    31: .elif ${MACHINE} == "i386"
1.6       hvozda     32: SUBDIR+= config_slot
1.1       deraadt    33: SUBDIR+= fdisk
1.6       hvozda     34: SUBDIR+= pcmcia_cntrl
1.19      pefo       35: .elif ${MACHINE} == "arc"
1.8       pefo       36: SUBDIR+= fdisk
1.1       deraadt    37: .elif ${MACHINE} == "pc532"
                     38: SUBDIR+= bim
1.21    ! tholo      39: .elif (${MACHINE} == "sun3") || (${MACHINE} == "atari") || \
        !            40:       (${MACHINE} == "sparc")
1.1       deraadt    41: SUBDIR+= edlabel
                     42: .endif
                     43:
                     44: .include <bsd.subdir.mk>