adds fkvm_inject_virq syscall: magic changes
[freebsd-src/fkvm-freebsd.git] / sbin / Makefile
blob1af63c06ad62df9279a13a0b04ee6766b6076d34
1 # @(#)Makefile 8.5 (Berkeley) 3/31/94
2 # $FreeBSD$
4 .include <bsd.own.mk>
6 # XXX MISSING: icheck ncheck
8 SUBDIR= adjkerntz \
9 atacontrol \
10 ${_atm} \
11 badsect \
12 ${_bsdlabel} \
13 camcontrol \
14 ccdconfig \
15 clri \
16 comcontrol \
17 conscontrol \
18 ddb \
19 ${_devd} \
20 devfs \
21 dhclient \
22 dmesg \
23 dump \
24 dumpfs \
25 dumpon \
26 ${_fdisk} \
27 ${_fdisk_pc98} \
28 ffsinfo \
29 fsck \
30 fsck_ffs \
31 fsck_msdosfs \
32 fsdb \
33 fsirand \
34 gbde \
35 geom \
36 ggate \
37 growfs \
38 gvinum \
39 idmapd \
40 ifconfig \
41 init \
42 ${_ipf} \
43 ipfw \
44 iscontrol \
45 kldconfig \
46 kldload \
47 kldstat \
48 kldunload \
49 ldconfig \
50 ${_mca} \
51 md5 \
52 mdconfig \
53 mdmfs \
54 mknod \
55 mksnap_ffs \
56 mount \
57 mount_cd9660 \
58 mount_msdosfs \
59 mount_nfs \
60 mount_ntfs \
61 mount_nullfs \
62 mount_udf \
63 mount_unionfs \
64 natd \
65 newfs \
66 newfs_msdos \
67 nfsiod \
68 nos-tun \
69 ${_pfctl} \
70 ${_pflogd} \
71 ping \
72 ${_ping6} \
73 quotacheck \
74 rcorder \
75 reboot \
76 recoverdisk \
77 restore \
78 route \
79 routed \
80 ${_rtsol} \
81 savecore \
82 ${_sconfig} \
83 setkey \
84 shutdown \
85 slattach \
86 spppcontrol \
87 startslip \
88 ${_sunlabel} \
89 swapon \
90 sysctl \
91 tunefs \
92 umount \
94 .if ${MK_ATM} != "no"
95 _atm= atm
96 .endif
98 .if ${MK_CXX} != "no"
99 _devd= devd
100 .endif
102 .if ${MK_IPFILTER} != "no"
103 _ipf= ipf
104 .endif
106 .if ${MK_PF} != "no"
107 _pfctl= pfctl
108 _pflogd= pflogd
109 .endif
111 .if ${MK_INET6} != "no"
112 _ping6= ping6
113 _rtsol= rtsol
114 .endif
116 .if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "powerpc"
117 _bsdlabel= bsdlabel
118 .endif
120 .if ${MACHINE_ARCH} == "i386"
121 .if ${MACHINE} == "i386"
122 _fdisk= fdisk
123 .elif ${MACHINE} == "pc98"
124 _fdisk_pc98= fdisk_pc98
125 .endif
126 _sconfig= sconfig
127 .endif
129 .if ${MACHINE_ARCH} == "amd64"
130 _fdisk= fdisk
131 .endif
133 .if ${MACHINE_ARCH} == "arm"
134 _fdisk= fdisk
135 .endif
137 .if ${MACHINE_ARCH} == "ia64"
138 _mca= mca
139 .endif
141 .if ${MACHINE_ARCH} == "sparc64"
142 _sunlabel= sunlabel
143 .endif
145 .include <bsd.subdir.mk>