xref: /freebsd/sbin/Makefile (revision 33b51c50fb48e706260b1e0e1258ded91fc284de)
18fae3551SRodney W. Grimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
233b51c50SJohn Birrell#	$Id: Makefile,v 1.50 1998/08/15 13:21:41 jb Exp $
38fae3551SRodney W. Grimes
430a2d550SPeter Wemm# XXX MISSING:		icheck ncheck
5229b772dSJoerg Wunsch
63aeb50c6SJohn BirrellSUBDIR= badsect ccdconfig clri disklabel dmesg dset dump dumpfs dumpon \
73aeb50c6SJohn Birrell	fsck fsdb fsirand ifconfig init ipf ipfw kldload kldstat kldunload \
83aeb50c6SJohn Birrell	md5 mknod modload modunload mount mount_cd9660 mount_ext2fs \
93aeb50c6SJohn Birrell	mount_nfs mount_null mount_portal mount_std mount_umap \
103aeb50c6SJohn Birrell	mount_union mountd newfs newfs_msdos nfsd nfsiod nologin nos-tun \
113aeb50c6SJohn Birrell	ping quotacheck reboot restore route routed savecore scsiformat \
123aeb50c6SJohn Birrell	shutdown slattach startslip spppcontrol swapon tunefs umount
135319d452SPoul-Henning Kamp
1433b51c50SJohn Birrell.if exists(${.CURDIR}/${MACHINE})
1533b51c50SJohn BirrellSUBDIR+= ${MACHINE}
1633b51c50SJohn Birrell.endif
1733b51c50SJohn Birrell
18ce27694fSJohn Birrell.if ${MACHINE_ARCH} == "i386"
193aeb50c6SJohn BirrellSUBDIR+=adjkerntz ldconfig scsi
203e1d4f32SGary Palmer.endif
218fae3551SRodney W. Grimes
228fae3551SRodney W. Grimes.include <bsd.subdir.mk>
23