freebsd-nq/usr.sbin/Makefile
Julian Elischer 8590c01663 Connect bluetooth tools for i386 only.
These are probably machine independent, but
there is no way for the developers to test them other than on x86.

They will become MD as testing becomes possible.
2003-06-24 13:25:24 +00:00

218 lines
2.5 KiB
Makefile

# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
# $FreeBSD$
.if ${MACHINE_ARCH} != "powerpc"
_sysinstall=sysinstall
.endif
# XXX MISSING: mkproto
SUBDIR= IPXrouted \
ac \
accton \
adduser \
amd \
ancontrol \
arp \
atm \
bootparamd \
burncd \
cdcontrol \
chkgrp \
chown \
chroot \
ckdist \
config \
cron \
crunch \
ctm \
daemon \
devinfo \
digictl \
diskinfo \
edquota \
extattr \
extattrctl \
faithd \
fdcontrol \
fdformat \
fdread \
fdwrite \
fwcontrol \
getfmac \
getpmac \
gstat \
ifmcstat \
inetd \
iostat \
jail \
jexec \
jls \
kbdcontrol \
kbdmap \
kernbb \
kldxref \
lastlogin \
mailwrapper \
manctl \
memcontrol \
mergemaster \
mixer \
mld6query \
mlxcontrol \
mountd \
moused \
mrouted \
mtest \
mtree \
ndp \
newsyslog \
nfsd \
ngctl \
ntp \
nghook \
pciconf \
periodic \
pkg_install \
ppp \
pppd \
pppstats \
procctl \
pstat \
pw \
pwd_mkdb \
quot \
quotaon \
rarpd \
raycontrol \
repquota \
rip6query \
rmt \
route6d \
rpcbind \
rpc.lockd \
rpc.statd \
rpc.umntall \
rpc.yppasswdd \
rpc.ypupdated \
rpc.ypxfrd \
rrenumd \
rtadvd \
rtprio \
rtsold \
rwhod \
sa \
setfmac \
setkey \
setpmac \
sliplogin \
slstat \
spray \
${_sysinstall} \
syslogd \
tcpdchk \
tcpdmatch \
tcpdump \
timed \
traceroute \
traceroute6 \
trpt \
tzsetup \
ugidfw \
usbd \
usbdevs \
vidcontrol \
vipw \
vnconfig \
watch \
wicontrol \
yp_mkdb \
ypbind \
yppoll \
yppush \
ypserv \
ypset \
zic
.if !defined(NO_IPFILTER)
SUBDIR+=ipftest \
ipresend \
ipsend \
iptest
.endif
.if !defined(NOLIBC_R)
SUBDIR+=pppctl
.endif
.if !defined(NO_BIND)
SUBDIR+=named \
named.reload \
named.restart \
ndc \
nslookup \
nsupdate
.endif
.if !defined(NO_LPR)
SUBDIR+=lpr
.endif
.if !defined(NO_SENDMAIL)
SUBDIR+=editmap \
mailstats \
makemap \
praliases \
sendmail
.endif
.if ${MACHINE_ARCH} == "alpha"
SUBDIR+=elf2exe \
pnpinfo
.endif
# Move bluetooth when tested on other architectures
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=acpi \
apm \
apmd \
bluetooth \
btxld \
kgmon \
kgzip \
lptcontrol \
mptable \
pccard \
pcvt \
pnpinfo \
sgsc \
sicontrol \
spkrtest \
stallion \
wlconfig
.if !defined(NO_I4B)
SUBDIR+=i4b
.endif
.endif
.if ${MACHINE_ARCH} == "amd64"
SUBDIR+= btxld
.endif
.if ${MACHINE} == "i386"
SUBDIR+=boot0cfg
.endif
.if ${MACHINE} == "pc98"
SUBDIR+=boot98cfg
.endif
.if ${MACHINE_ARCH} == "sparc64"
SUBDIR+=ofwdump
.endif
.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
SUBDIR+=keyserv
.endif
.include <bsd.subdir.mk>