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

Annotation of src/sbin/Makefile, Revision 1.38

1.38    ! angelos     1: #      $OpenBSD: Makefile,v 1.37 1999/01/11 14:49:42 niklas Exp $
1.1       deraadt     2:
                      3: # Not ported: XNSrouted enpload scsiformat startslip
1.22      millert     4: # Missing: icheck
1.1       deraadt     5:
1.34      deraadt     6: SUBDIR= badsect ccdconfig disklabel dmesg fsck ifconfig init ipf ipfstat \
1.38    ! angelos     7:        ipnat ipsecadm kbd mknod modload modunload mount mountd \
        !             8:        ncheck_ffs nfsd nfsiod nologin ping quotacheck raidctl \
1.37      niklas      9:        reboot route routed savecore scan_ffs scsi shutdown slattach startkey \
1.36      deraadt    10:        swapon ttyflags umount
1.38    ! angelos    11:
        !            12: # isakmpd and photurisd have been temporarily commented out
1.1       deraadt    13:
                     14: # support for various file systems
                     15: SUBDIR+= mount_ados
                     16: SUBDIR+= mount_cd9660
                     17: SUBDIR+= mount_fdesc
1.22      millert    18: SUBDIR+= mount_ffs     newfs fsck_ffs fsdb dumpfs dump restore clri tunefs fsirand
1.1       deraadt    19: SUBDIR+= mount_kernfs
                     20: # mount_mfs -> newfs
1.12      deraadt    21: SUBDIR+= mount_msdos   newfs_msdos fsck_msdos
1.1       deraadt    22: SUBDIR+= mount_nfs
                     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.1       deraadt    30:
1.7       deraadt    31: .if   make(clean) || make(cleandir) || make(obj)
1.33      fgsch      32: SUBDIR+= bim edlabel fdisk
1.1       deraadt    33: .elif ${MACHINE} == "i386"
1.33      fgsch      34: #SUBDIR+= config_slot
1.1       deraadt    35: SUBDIR+= fdisk
1.33      fgsch      36: #SUBDIR+= pcmcia_cntrl
1.27      niklas     37: .elif (${MACHINE} == "arc") || (${MACHINE} == "powerpc") || (${MACHINE} == "alpha")
1.8       pefo       38: SUBDIR+= fdisk
1.1       deraadt    39: .elif ${MACHINE} == "pc532"
                     40: SUBDIR+= bim
1.21      tholo      41: .elif (${MACHINE} == "sun3") || (${MACHINE} == "atari") || \
                     42:       (${MACHINE} == "sparc")
1.1       deraadt    43: SUBDIR+= edlabel
                     44: .endif
                     45:
                     46: .include <bsd.subdir.mk>