# @(#)Makefile 8.5 (Berkeley) 3/31/94 # $FreeBSD: src/sbin/Makefile,v 1.77.2.9 2002/08/08 09:03:46 ru Exp $ # $DragonFly: src/sbin/Makefile,v 1.12 2006/07/29 18:56:28 swildner Exp $ # # XXX MISSING: icheck ncheck SUBDIR= adjkerntz \ atacontrol \ atm \ badsect \ camcontrol \ ccdconfig \ clri \ comcontrol \ dhclient \ disklabel \ dmesg \ dump \ dumpfs \ dumpon \ ffsinfo \ fsck \ fsck_msdosfs \ fsdb \ fsirand \ growfs \ ifconfig \ init \ ip6fw \ ipfw \ jscan \ kldconfig \ kldload \ kldstat \ kldunload \ ldconfig \ md5 \ mknod \ mountctl \ mount \ mount_cd9660 \ mount_ext2fs \ mount_msdos \ mount_nfs \ mount_ntfs \ mount_null \ mount_portal \ mount_std \ mount_udf \ mount_union \ mountd \ natd \ newbtconf \ newfs \ newfs_msdos \ nfsd \ nfsiod \ nologin \ nos-tun \ ping \ ping6 \ quotacheck \ reboot \ rconfig \ rcorder \ restore \ route \ routed \ rtsol \ rcrun \ savecore \ shutdown \ slattach \ spppcontrol \ startslip \ swapon \ sysctl \ tunefs \ umount \ vinum .if !defined(NO_IPFILTER) SUBDIR+=ipf \ ipfs \ ipfstat \ ipmon \ ipnat .endif .if ${MACHINE_ARCH} == i386 SUBDIR+=kget \ mount_nwfs \ mount_smbfs .endif .if exists(${.CURDIR}/${MACHINE}) SUBDIR+= ${MACHINE} .endif .include