1 1.19 cgd # $NetBSD: Makefile,v 1.19 1995/03/18 14:54:19 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.18 mycroft SUBDIR= badsect clri disklabel dmesg dump dumpfs dumplfs fastboot fsck \ 8 1.17 chopps halt ifconfig init mknod modload modunload mount mount_ados \ 9 1.18 mycroft mount_cd9660 mount_fdesc mount_kernfs mount_lfs mount_msdos mount_nfs \ 10 1.18 mycroft mount_null mount_portal mount_procfs mount_umap mount_union mountd \ 11 1.19 cgd newfs newlfs nfsd nfsiod nologin ping quotacheck reboot restore \ 12 1.19 cgd route routed savecore shutdown slattach swapon ttyflags tunefs umount 13 1.1 cgd 14 1.7 cgd .if make(clean) || make(cleandir) 15 1.16 cgd SUBDIR+= bim fdisk 16 1.7 cgd .elif ${MACHINE} == "i386" 17 1.7 cgd SUBDIR+= fdisk 18 1.16 cgd .elif ${MACHINE} == "pc532" 19 1.16 cgd SUBDIR+= bim 20 1.7 cgd .endif 21 1.7 cgd 22 1.1 cgd .include <bsd.subdir.mk> 23