#	BSDI Makefile,v 2.6 1995/10/11 18:23:39 prb Exp
#
#	@(#)Makefile	8.5 (Berkeley) 3/31/94

# missing: fsdb icheck ncheck

SUBDIR=	XNSrouted asyncd badsect chkconfig clri diskdefect disksetup dmesg \
	dump dumpfs dumplfs fastboot fsck ifconfig init mknod mount \
	mount_cd9660 mount_fdesc mount_kernfs mount_lfs mount_msdos mount_nfs \
	mount_null mount_portal mount_procfs mount_umap mount_union mountd \
	newfs newlfs nfsd nfsiod nologin pppattach pppconfig quotacheck \
	reboot restore route routed savecore scsicmd scsiformat shutdown \
	slattach startslip swapon tunefs umount

.if ${MACHINE} == "i386"
SUBDIR+=i386
.endif

.include <bsd.subdir.mk>
