libc - Use sbrk() system call, remove brk() (2)
[dragonfly.git] / sbin / Makefile
blobfd12f5abb684e3fbbabbabb1276445c595fb151e
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 $
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 mountd \
66 natacontrol \
67 natd \
68 newbtconf \
69 newfs \
70 newfs_hammer \
71 newfs_hammer2 \
72 newfs_msdos \
73 nfsd \
74 nfsiod \
75 nologin \
76 nos-tun \
77 nvmectl \
78 ping \
79 ping6 \
80 quotacheck \
81 reboot \
82 rconfig \
83 rcorder \
84 resolvconf \
85 restore \
86 route \
87 routed \
88 rtsol \
89 rcrun \
90 savecore \
91 shutdown \
92 slattach \
93 spppcontrol \
94 startslip \
95 swapon \
96 sysctl \
97 svc \
98 tcplay \
99 tunefs \
100 udevd \
101 umount \
102 usched \
103 vinum \
104 vquota
106 .if ${MACHINE_ARCH} == "x86_64"
107 SUBDIR+=mount_smbfs \
108 fdisk \
109 nextboot
110 .endif
112 .if exists(${.CURDIR}/${MACHINE})
113 SUBDIR+= ${MACHINE}
114 .endif
115 .if exists(${.CURDIR}/${MACHINE_ARCH})
116 SUBDIR+= ${MACHINE_ARCH}
117 .endif
119 # maximum parallelism
121 SUBDIR_ORDERED=
123 .include <bsd.subdir.mk>