220832e032de7b6fd0eba1dec4caf2ba74de441d
[dragonfly.git] / sbin / Makefile
1 #       @(#)Makefile    8.5 (Berkeley) 3/31/94
2 # $FreeBSD: src/sbin/Makefile,v 1.77.2.9 2002/08/08 09:03:46 ru Exp $
3
4 SUBDIR= adjkerntz \
5         badsect \
6         camcontrol \
7         ccdconfig \
8         clri \
9         comcontrol \
10         cryptdisks \
11         devattr \
12         devd \
13         devfsctl \
14         dhclient \
15         dhcpcd \
16         diskinfo \
17         disklabel32 \
18         disklabel64 \
19         dmesg \
20         dump \
21         dumpfs \
22         dumpon \
23         ffsinfo \
24         fsck \
25         fsck_msdosfs \
26         fsdb \
27         fsid \
28         fsirand \
29         getdevpath \
30         gpt \
31         growfs \
32         hammer \
33         hammer2 \
34         ifconfig \
35         init \
36         ip6fw \
37         ipfw \
38         ipfw3 \
39         iscontrol \
40         jscan \
41         kldconfig \
42         kldload \
43         kldstat \
44         kldunload \
45         ldconfig \
46         md5 \
47         mount \
48         mount_autofs \
49         mount_cd9660 \
50         mount_devfs \
51         mount_dirfs \
52         mount_ext2fs \
53         mount_fuse \
54         mount_hammer \
55         mount_hammer2 \
56         mount_hpfs \
57         mount_msdos \
58         mount_nfs \
59         mount_ntfs \
60         mount_null \
61         mount_std \
62         mount_tmpfs \
63         mount_udf \
64         mount_ufs \
65         mountctl \
66         mountd \
67         natacontrol \
68         natd \
69         newbtconf \
70         newfs \
71         newfs_hammer \
72         newfs_hammer2 \
73         newfs_msdos \
74         nfsd \
75         nfsiod \
76         nologin \
77         nos-tun \
78         nvmectl \
79         ping \
80         ping6 \
81         quotacheck \
82         rconfig \
83         rcorder \
84         rcrun \
85         reboot \
86         resolvconf \
87         restore \
88         route \
89         routed \
90         rtsol \
91         savecore \
92         shutdown \
93         slattach \
94         spppcontrol \
95         startslip \
96         svc \
97         swapon \
98         sysctl \
99         tcplay \
100         tunefs \
101         udevd \
102         umount \
103         usched \
104         vinum \
105         vquota
106
107 .if ${MACHINE_ARCH} == "x86_64"
108 SUBDIR+=mount_smbfs \
109         fdisk
110 .endif
111
112 .if exists(${.CURDIR}/${MACHINE})
113 SUBDIR+= ${MACHINE}
114 .endif
115 .if exists(${.CURDIR}/${MACHINE_ARCH})
116 SUBDIR+= ${MACHINE_ARCH}
117 .endif
118
119 # maximum parallelism
120 #
121 SUBDIR_ORDERED=
122
123 .include <bsd.subdir.mk>