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

Annotation of src/sbin/Makefile, Revision 1.6

1.5       hannken     1: #      $OpenBSD: Makefile,v 1.4 1996/04/21 23:45:41 deraadt Exp $
1.4       deraadt     2: #      $NetBSD: Makefile,v 1.28 1996/04/05 01:44:24 cgd 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.2       dm          8: SUBDIR=        badsect disklabel ccdconfig dmesg fastboot ifconfig init ipf \
1.5       hannken     9:        ipfstat 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
                     21: SUBDIR+= mount_msdos
                     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:
                     29: .if   make(clean) || make(cleandir)
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.1       deraadt    35: .elif ${MACHINE} == "pc532"
                     36: SUBDIR+= bim
                     37: .elif ${MACHINE} == "sun3"
                     38: SUBDIR+= edlabel
                     39: .endif
                     40:
                     41: .include <bsd.subdir.mk>