Merge branch 'vendor/LIBRESSL'
[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         disklabel32 \
17         disklabel64 \
18         diskinfo \
19         dmesg \
20         dump \
21         dumpfs \
22         dumpon \
23         ffsinfo \
24         fsck \
25         fsck_msdosfs \
26         fsdb \
27         fsid \
28         fsirand \
29         getdevpath \
30         growfs \
31         gpt \
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         mountctl \
48         mount \
49         mount_ufs \
50         mount_cd9660 \
51         mount_devfs \
52         mount_dirfs \
53         mount_ext2fs \
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_autofs \
65         mount_fuse \
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         reboot \
83         rconfig \
84         rcorder \
85         resolvconf \
86         restore \
87         route \
88         routed \
89         rtsol \
90         rcrun \
91         savecore \
92         shutdown \
93         slattach \
94         spppcontrol \
95         startslip \
96         swapon \
97         sysctl \
98         svc \
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         nextboot
111 .endif
112
113 .if exists(${.CURDIR}/${MACHINE})
114 SUBDIR+= ${MACHINE}
115 .endif
116 .if exists(${.CURDIR}/${MACHINE_ARCH})
117 SUBDIR+= ${MACHINE_ARCH}
118 .endif
119
120 # maximum parallelism
121 #
122 SUBDIR_ORDERED=
123
124 .include <bsd.subdir.mk>