xref: /freebsd/sbin/Makefile (revision 5319d4525a3ac1cf3af363e3e0f2acf048f7ea56)
18fae3551SRodney W. Grimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
28fae3551SRodney W. Grimes
3b0358078SRodney W. Grimes# XXX MISSING:		fsdb icheck ncheck
4d29f6c1eSPeter Dufault# XXX NEEDS CONVERSION:	scsiformat (make a script using sbin/scsi)
5e42327afSUgen J.S. AntsilevichSUBDIR= adjkerntz badsect clri disklabel dmesg dset dump dumpfs dumplfs \
623e79aa7SPaul Traina	fsck ifconfig init ipfw md5 mknod modload modunload mount mount_cd9660 \
73e1d4f32SGary Palmer	mount_fdesc mount_kernfs mount_lfs mount_nfs mount_null mount_portal \
83e1d4f32SGary Palmer	mount_procfs mount_umap mount_union mountd newfs newlfs nfsd nfsiod \
9d29f6c1eSPeter Dufault	nologin ping quotacheck reboot restore route savecore scsi shutdown \
105319d452SPoul-Henning Kamp	slattach startslip swapon tunefs umount
115319d452SPoul-Henning Kamp
125319d452SPoul-Henning Kamp#SUBDIR += sysinstall
133e1d4f32SGary Palmer
141fa33d23SGarrett Wollman.if exists(${.CURDIR}/${MACHINE})
151fa33d23SGarrett WollmanSUBDIR+= ${MACHINE}
163e1d4f32SGary Palmer.endif
178fae3551SRodney W. Grimes
188fae3551SRodney W. Grimes.include <bsd.subdir.mk>
19