1 # $NetBSD: Makefile,v 1.21 1995/07/12 03:50:27 cgd Exp $ 2 # @(#)Makefile 8.5 (Berkeley) 3/31/94 3 4 # Not ported: XNSrouted enpload scsiformat startslip 5 # Missing: fsdb icheck ncheck 6 7 SUBDIR= badsect disklabel dmesg fastboot ifconfig init mknod modload \ 8 modunload mount mountd nfsd nfsiod nologin ping quotacheck reboot \ 9 route routed savecore shutdown slattach swapon 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 dumpfs dump restore clri tunefs 16 SUBDIR+= mount_kernfs 17 SUBDIR+= mount_lfs newlfs dumplfs 18 # mount_mfs -> newfs 19 SUBDIR+= mount_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 27 .if make(clean) || make(cleandir) 28 SUBDIR+= bim fdisk 29 .elif ${MACHINE} == "i386" 30 SUBDIR+= fdisk 31 .elif ${MACHINE} == "pc532" 32 SUBDIR+= bim 33 .endif 34 35 .include <bsd.subdir.mk> 36