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

Annotation of src/sbin/Makefile, Revision 1.10

1.10    ! deraadt     1: #      $OpenBSD: Makefile,v 1.9 1996/05/17 03:47:30 dm Exp $
        !             2: #      $NetBSD: Makefile,v 1.29 1996/05/14 17:39:21 ws Exp $
1.1       deraadt     3: #      @(#)Makefile    8.5 (Berkeley) 3/31/94
                      4:
                      5: # Not ported: XNSrouted enpload scsiformat startslip
                      6: # Missing: icheck ncheck
                      7:
1.9       dm          8: SUBDIR=        badsect disklabel ccdconfig dmesg fastboot ifconfig init ipf ipfstat \
                      9:        ipnat kbd mknod modload modunload mount mountd nfsd nfsiod nologin \
1.4       deraadt    10:        ping quotacheck reboot route routed savecore shutdown slattach \
                     11:        swapon 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.4       deraadt    17: SUBDIR+= mount_ffs     newfs fsck_ffs fsdb dumpfs dump restore clri tunefs
1.1       deraadt    18: SUBDIR+= mount_kernfs
                     19: SUBDIR+= mount_lfs     newlfs dumplfs
                     20: # mount_mfs -> newfs
1.10    ! deraadt    21: SUBDIR+= mount_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
                     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.8       pefo       35: .elif ${MACHINE} == "pica"
                     36: SUBDIR+= fdisk
1.1       deraadt    37: .elif ${MACHINE} == "pc532"
                     38: SUBDIR+= bim
                     39: .elif ${MACHINE} == "sun3"
                     40: SUBDIR+= edlabel
                     41: .endif
                     42:
                     43: .include <bsd.subdir.mk>