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

Annotation of src/sbin/Makefile, Revision 1.29

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