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

Annotation of src/sbin/Makefile, Revision 1.13

1.13    ! deraadt     1: #      $OpenBSD: Makefile,v 1.12 1996/06/10 10:29:53 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.9       dm          7: SUBDIR=        badsect disklabel ccdconfig dmesg fastboot ifconfig init ipf ipfstat \
1.13    ! deraadt     8:        ipnat kbd mknod modload modunload mount mountd nfsd nfsiod \
1.11      niklas      9:        nologin ping quotacheck reboot route routed savecore shutdown \
                     10:        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
                     27:
1.7       deraadt    28: .if   make(clean) || make(cleandir) || make(obj)
1.6       hvozda     29: SUBDIR+= bim config_slot edlabel fdisk pcmcia_cntrl
1.1       deraadt    30: .elif ${MACHINE} == "i386"
1.6       hvozda     31: SUBDIR+= config_slot
1.1       deraadt    32: SUBDIR+= fdisk
1.6       hvozda     33: SUBDIR+= pcmcia_cntrl
1.8       pefo       34: .elif ${MACHINE} == "pica"
                     35: SUBDIR+= fdisk
1.1       deraadt    36: .elif ${MACHINE} == "pc532"
                     37: SUBDIR+= bim
                     38: .elif ${MACHINE} == "sun3"
                     39: SUBDIR+= edlabel
                     40: .endif
                     41:
                     42: .include <bsd.subdir.mk>