Home | History | Annotate | Line # | Download | only in sbin
Makefile revision 1.34
      1  1.34  christos #	$NetBSD: Makefile,v 1.34 1997/03/01 19:46:36 christos Exp $
      2  1.19       cgd #	@(#)Makefile	8.5 (Berkeley) 3/31/94
      3   1.1       cgd 
      4  1.19       cgd # Not ported: XNSrouted enpload scsiformat startslip
      5  1.24   thorpej # Missing: icheck ncheck
      6   1.8       cgd 
      7  1.33     veego SUBDIR=	badsect disklabel ccdconfig dmesg fastboot fsck ifconfig init \
      8  1.33     veego 	ipf mknod modload modunload mount mountd nfsd nfsiod nologin \
      9  1.33     veego 	ping quotacheck reboot route routed savecore shutdown slattach \
     10  1.33     veego 	swapon ttyflags umount
     11  1.21       cgd 
     12  1.21       cgd # support for various file systems
     13  1.21       cgd SUBDIR+= mount_ados
     14  1.21       cgd SUBDIR+= mount_cd9660
     15  1.21       cgd SUBDIR+= mount_fdesc
     16  1.28       cgd SUBDIR+= mount_ffs	newfs fsck_ffs fsdb dumpfs dump restore clri tunefs
     17  1.21       cgd SUBDIR+= mount_kernfs
     18  1.21       cgd SUBDIR+= mount_lfs	newlfs dumplfs
     19  1.21       cgd # mount_mfs -> newfs
     20  1.34  christos SUBDIR+= mount_msdos	newfs_msdos fsck_msdos
     21  1.21       cgd SUBDIR+= mount_nfs
     22  1.21       cgd SUBDIR+= mount_null
     23  1.21       cgd SUBDIR+= mount_portal
     24  1.21       cgd SUBDIR+= mount_procfs
     25  1.21       cgd SUBDIR+= mount_umap
     26  1.21       cgd SUBDIR+= mount_union
     27   1.1       cgd 
     28   1.7       cgd .if   make(clean) || make(cleandir)
     29  1.23       gwr SUBDIR+= bim edlabel fdisk
     30   1.7       cgd .elif ${MACHINE} == "i386"
     31   1.7       cgd SUBDIR+= fdisk
     32  1.16       cgd .elif ${MACHINE} == "pc532"
     33  1.16       cgd SUBDIR+= bim
     34  1.31       mrg .elif (${MACHINE} == "sun3") || (${MACHINE} == "atari") || \
     35  1.31       mrg       (${MACHINE} == "sparc")
     36  1.25       gwr SUBDIR+= edlabel
     37   1.7       cgd .endif
     38   1.7       cgd 
     39   1.1       cgd .include <bsd.subdir.mk>
     40