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

Annotation of src/sbin/Makefile, Revision 1.3

1.3     ! niklas      1: #      $OpenBSD$
        !             2: #      $NetBSD: Makefile,v 1.26 1996/03/16 10:29:36 leo 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 \
                      9:        ipfstat mknod modload modunload mount mountd nfsd nfsiod nologin \
1.3     ! niklas     10:        ping quotacheck reboot route routed shutdown slattach swapon \
        !            11:        ttyflags umount
        !            12:
        !            13: # XXX Temporarely until all ports are able to use savecore (leo)
        !            14: .if    (${MACHINE} == "atari")
        !            15: SUBDIR+=        savecore
        !            16: .else
        !            17: SUBDIR+=        savecore.old
        !            18: .endif
1.1       deraadt    19:
                     20: # support for various file systems
                     21: SUBDIR+= mount_ados
                     22: SUBDIR+= mount_cd9660
                     23: SUBDIR+= mount_fdesc
                     24: SUBDIR+= mount_ffs     newfs fsck fsdb dumpfs dump restore clri tunefs
                     25: SUBDIR+= mount_kernfs
                     26: SUBDIR+= mount_lfs     newlfs dumplfs
                     27: # mount_mfs -> newfs
                     28: SUBDIR+= mount_msdos
                     29: SUBDIR+= mount_nfs
                     30: SUBDIR+= mount_null
                     31: SUBDIR+= mount_portal
                     32: SUBDIR+= mount_procfs
                     33: SUBDIR+= mount_umap
                     34: SUBDIR+= mount_union
                     35:
                     36: .if   make(clean) || make(cleandir)
                     37: SUBDIR+= bim edlabel fdisk
                     38: .elif ${MACHINE} == "i386"
                     39: SUBDIR+= fdisk
                     40: .elif ${MACHINE} == "pc532"
                     41: SUBDIR+= bim
                     42: .elif ${MACHINE} == "sun3"
                     43: SUBDIR+= edlabel
                     44: .endif
                     45:
                     46: .include <bsd.subdir.mk>