Home | History | Annotate | Line # | Download | only in sbin
Makefile revision 1.21
      1  1.21  cgd #	$NetBSD: Makefile,v 1.21 1995/07/12 03:50:27 cgd 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.19  cgd # Missing: fsdb icheck ncheck
      6   1.8  cgd 
      7  1.21  cgd SUBDIR=	badsect disklabel dmesg fastboot ifconfig init mknod modload \
      8  1.21  cgd 	modunload mount mountd nfsd nfsiod nologin ping quotacheck reboot \
      9  1.21  cgd 	route routed savecore shutdown slattach swapon ttyflags umount
     10  1.21  cgd 
     11  1.21  cgd # support for various file systems
     12  1.21  cgd SUBDIR+= mount_ados
     13  1.21  cgd SUBDIR+= mount_cd9660
     14  1.21  cgd SUBDIR+= mount_fdesc
     15  1.21  cgd SUBDIR+= mount_ffs	newfs fsck dumpfs dump restore clri tunefs
     16  1.21  cgd SUBDIR+= mount_kernfs
     17  1.21  cgd SUBDIR+= mount_lfs	newlfs dumplfs
     18  1.21  cgd # mount_mfs -> newfs
     19  1.21  cgd SUBDIR+= mount_msdos
     20  1.21  cgd SUBDIR+= mount_nfs
     21  1.21  cgd SUBDIR+= mount_null
     22  1.21  cgd SUBDIR+= mount_portal
     23  1.21  cgd SUBDIR+= mount_procfs
     24  1.21  cgd SUBDIR+= mount_umap
     25  1.21  cgd SUBDIR+= mount_union
     26   1.1  cgd 
     27   1.7  cgd .if   make(clean) || make(cleandir)
     28  1.16  cgd SUBDIR+= bim fdisk
     29   1.7  cgd .elif ${MACHINE} == "i386"
     30   1.7  cgd SUBDIR+= fdisk
     31  1.16  cgd .elif ${MACHINE} == "pc532"
     32  1.16  cgd SUBDIR+= bim
     33   1.7  cgd .endif
     34   1.7  cgd 
     35   1.1  cgd .include <bsd.subdir.mk>
     36