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