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