<signal.h>: Adjust #if 0'd prototype.
[dragonfly.git] / sbin / Makefile
bloba2e7af23be3902fcc260057a79d900b3b7e010fa
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 # XXX MISSING: icheck ncheck
6 SUBDIR= adjkerntz \
7 badsect \
8 camcontrol \
9 ccdconfig \
10 clri \
11 comcontrol \
12 cryptdisks \
13 devattr \
14 devd \
15 devfsctl \
16 dhclient \
17 disklabel32 \
18 disklabel64 \
19 diskinfo \
20 dmesg \
21 dump \
22 dumpfs \
23 dumpon \
24 ffsinfo \
25 fsck \
26 fsck_msdosfs \
27 fsdb \
28 fsid \
29 fsirand \
30 getdevpath \
31 growfs \
32 gpt \
33 hammer \
34 hammer2 \
35 ifconfig \
36 init \
37 ip6fw \
38 ipfw \
39 ipfw3 \
40 iscontrol \
41 jscan \
42 kldconfig \
43 kldload \
44 kldstat \
45 kldunload \
46 ldconfig \
47 md5 \
48 mkinitrd \
49 mountctl \
50 mount \
51 mount_ufs \
52 mount_cd9660 \
53 mount_devfs \
54 mount_dirfs \
55 mount_ext2fs \
56 mount_hammer \
57 mount_hammer2 \
58 mount_hpfs \
59 mount_msdos \
60 mount_nfs \
61 mount_ntfs \
62 mount_null \
63 mount_std \
64 mount_tmpfs \
65 mount_udf \
66 mount_autofs \
67 mountd \
68 natacontrol \
69 natd \
70 newbtconf \
71 newfs \
72 newfs_hammer \
73 newfs_hammer2 \
74 newfs_msdos \
75 nfsd \
76 nfsiod \
77 nologin \
78 nos-tun \
79 nvmectl \
80 ping \
81 ping6 \
82 quotacheck \
83 reboot \
84 rconfig \
85 rcorder \
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
107 .if ${MACHINE_ARCH} == "x86_64"
108 SUBDIR+=mount_smbfs \
109 fdisk \
110 nextboot
111 .endif
113 .if exists(${.CURDIR}/${MACHINE})
114 SUBDIR+= ${MACHINE}
115 .endif
116 .if exists(${.CURDIR}/${MACHINE_ARCH})
117 SUBDIR+= ${MACHINE_ARCH}
118 .endif
120 # maximum parallelism
122 SUBDIR_ORDERED=
124 .include <bsd.subdir.mk>