1 1.11 mycroft # from: @(#)Makefile 5.4.1.1 (Berkeley) 5/7/91 2 1.18 mycroft # $Id: Makefile,v 1.18 1994/06/08 19:40:22 mycroft Exp $ 3 1.1 cgd 4 1.8 cgd # Not ported: XNSrouted enpload 5 1.8 cgd # Missing: 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.18 mycroft newfs newlfs nfsd nfsiod ping quotacheck reboot restore route routed \ 12 1.18 mycroft 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