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

Annotation of src/sbin/Makefile, Revision 1.2

1.1       deraadt     1: #      $NetBSD: Makefile,v 1.25 1995/10/10 21:42:00 gwr Exp $
                      2: #      @(#)Makefile    8.5 (Berkeley) 3/31/94
                      3:
                      4: # Not ported: XNSrouted enpload scsiformat startslip
                      5: # Missing: icheck ncheck
                      6:
1.2     ! dm          7: SUBDIR=        badsect disklabel ccdconfig dmesg fastboot ifconfig init ipf \
        !             8:        ipfstat mknod modload modunload mount mountd nfsd nfsiod nologin \
        !             9:        ping quotacheck reboot route routed savecore shutdown slattach \
        !            10:        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
                     16: SUBDIR+= mount_ffs     newfs fsck fsdb dumpfs dump restore clri tunefs
                     17: SUBDIR+= mount_kernfs
                     18: SUBDIR+= mount_lfs     newlfs dumplfs
                     19: # mount_mfs -> newfs
                     20: SUBDIR+= mount_msdos
                     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:
                     28: .if   make(clean) || make(cleandir)
                     29: SUBDIR+= bim edlabel fdisk
                     30: .elif ${MACHINE} == "i386"
                     31: SUBDIR+= fdisk
                     32: .elif ${MACHINE} == "pc532"
                     33: SUBDIR+= bim
                     34: .elif ${MACHINE} == "sun3"
                     35: SUBDIR+= edlabel
                     36: .endif
                     37:
                     38: .include <bsd.subdir.mk>