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