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