1 1.26 leo # $NetBSD: Makefile,v 1.26 1996/03/16 10:29:36 leo 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.22 thorpej SUBDIR= badsect disklabel ccdconfig dmesg fastboot ifconfig init mknod \ 8 1.22 thorpej modload modunload mount mountd nfsd nfsiod nologin ping quotacheck \ 9 1.26 leo reboot route routed shutdown slattach swapon ttyflags umount 10 1.26 leo 11 1.26 leo # XXX Temporarely until all ports are able to use savecore (leo) 12 1.26 leo .if (${MACHINE} == "atari") 13 1.26 leo SUBDIR+= savecore 14 1.26 leo .else 15 1.26 leo SUBDIR+= savecore.old 16 1.26 leo .endif 17 1.21 cgd 18 1.21 cgd # support for various file systems 19 1.21 cgd SUBDIR+= mount_ados 20 1.21 cgd SUBDIR+= mount_cd9660 21 1.21 cgd SUBDIR+= mount_fdesc 22 1.24 thorpej SUBDIR+= mount_ffs newfs fsck fsdb dumpfs dump restore clri tunefs 23 1.21 cgd SUBDIR+= mount_kernfs 24 1.21 cgd SUBDIR+= mount_lfs newlfs dumplfs 25 1.21 cgd # mount_mfs -> newfs 26 1.21 cgd SUBDIR+= mount_msdos 27 1.21 cgd SUBDIR+= mount_nfs 28 1.21 cgd SUBDIR+= mount_null 29 1.21 cgd SUBDIR+= mount_portal 30 1.21 cgd SUBDIR+= mount_procfs 31 1.21 cgd SUBDIR+= mount_umap 32 1.21 cgd SUBDIR+= mount_union 33 1.1 cgd 34 1.7 cgd .if make(clean) || make(cleandir) 35 1.23 gwr SUBDIR+= bim edlabel fdisk 36 1.7 cgd .elif ${MACHINE} == "i386" 37 1.7 cgd SUBDIR+= fdisk 38 1.16 cgd .elif ${MACHINE} == "pc532" 39 1.16 cgd SUBDIR+= bim 40 1.23 gwr .elif ${MACHINE} == "sun3" 41 1.25 gwr SUBDIR+= edlabel 42 1.7 cgd .endif 43 1.7 cgd 44 1.1 cgd .include <bsd.subdir.mk> 45