1# @(#)Makefile 8.5 (Berkeley) 3/31/94 2 3# XXX MISSING: icheck ncheck 4 5SUBDIR= adjkerntz badsect clri disklabel dmesg dset dump dumpfs \ 6 dumplfs dumpon fsck fsdb ifconfig init ipfw md5 mknod modload \ 7 modunload mount mount_cd9660 mount_fdesc mount_kernfs \ 8 mount_lfs mount_nfs mount_null mount_portal mount_procfs \ 9 mount_umap mount_union mountd newfs newlfs nfsd nfsiod \ 10 nologin ping quotacheck reboot restore route savecore scsi \ 11 scsiformat shutdown slattach startslip swapon tunefs umount 12 13.if exists(${.CURDIR}/${MACHINE}) 14SUBDIR+= ${MACHINE} 15.endif 16 17.include <bsd.subdir.mk> 18