1# $MirOS: src/sbin/Makefile,v 1.13 2006/06/30 23:18:04 tg Exp $
2
3.include <bsd.own.mk>
4
5.if ${MACHINE_ARCH} == "i386"
6  SUBDIR+= ancontrol
7.endif
8  SUBDIR+= atactl
9  SUBDIR+= badsect
10# SUBDIR+= bioctl
11  SUBDIR+= brconfig
12  SUBDIR+= ccdconfig
13  SUBDIR+= clri
14  SUBDIR+= dhclient
15  SUBDIR+= disklabel
16  SUBDIR+= dmesg
17  SUBDIR+= dump
18  SUBDIR+= dumpfs
19.if ${MACHINE_ARCH} == "i386"
20  SUBDIR+= fdisk
21.endif
22  SUBDIR+= ffsinfo
23  SUBDIR+= fsck
24  SUBDIR+= fsck_ext2fs
25  SUBDIR+= fsck_ffs
26  SUBDIR+= fsck_msdos
27  SUBDIR+= fsdb
28  SUBDIR+= growfs
29  SUBDIR+= ifconfig
30  SUBDIR+= init
31.if ${MACHINE_ARCH} == "i386"
32  SUBDIR+= iopctl
33.endif
34# SUBDIR+= ipsecctl
35  SUBDIR+= isakmpd
36  SUBDIR+= kbd
37  SUBDIR+= lmccontrol
38  SUBDIR+= mknod
39  SUBDIR+= modload
40  SUBDIR+= modunload
41  SUBDIR+= mount
42  SUBDIR+= mount_cd9660
43  SUBDIR+= mount_ext2fs
44  SUBDIR+= mount_fdesc
45  SUBDIR+= mount_ffs
46  SUBDIR+= mount_kernfs
47  SUBDIR+= mount_msdos
48  SUBDIR+= mount_nfs
49.if ${MACHINE_ARCH} == "i386"
50  SUBDIR+= mount_ntfs
51.endif
52  SUBDIR+= mount_portal
53  SUBDIR+= mount_procfs
54  SUBDIR+= mountd
55  SUBDIR+= ncheck_ffs
56  SUBDIR+= newfs
57  SUBDIR+= newfs_msdos
58  SUBDIR+= nfsd
59  SUBDIR+= nologin
60  SUBDIR+= pfctl
61  SUBDIR+= pflogd
62  SUBDIR+= ping
63  SUBDIR+= ping6
64  SUBDIR+= quotacheck
65  SUBDIR+= raidctl
66  SUBDIR+= reboot
67  SUBDIR+= restore
68  SUBDIR+= route
69  SUBDIR+= routed
70  SUBDIR+= rtsol
71  SUBDIR+= savecore
72  SUBDIR+= scan_ffs
73  SUBDIR+= scsi
74  SUBDIR+= shutdown
75  SUBDIR+= slattach
76  SUBDIR+= swapctl
77  SUBDIR+= sysctl
78  SUBDIR+= ttyflags
79  SUBDIR+= tunefs
80  SUBDIR+= umount
81  SUBDIR+= wicontrol
82  SUBDIR+= wsconsctl
83
84.include <bsd.subdir.mk>
85