Add Hama WLAN PCI Card 54 Mbps to recognized cards. Bump date.
[netbsd-mini2440.git] / usr.sbin / Makefile
blob943b73918eaffd002a6d684c23ce6a9fe829631f
1 # $NetBSD: Makefile,v 1.241 2009/06/25 13:59:00 agc Exp $
2 # from: @(#)Makefile 5.20 (Berkeley) 6/12/93
4 .include <bsd.own.mk>
6 SUBDIR= ac accton acpitools altq apm apmd arp bad144 bootp \
7 btattach btconfig btdevctl bthcid btpand catman \
8 chown chroot chrtbl cnwctl cpuctl crash cron dev_mkdb \
9 dhcp diskpart dumpfs dumplfs edquota eeprom \
10 envstat eshconfig etcupdate extattrctl fssconfig fusermount fwctl \
11 gpioctl grfconfig grfinfo gspa hilinfo ifwatchd inetd installboot \
12 iopctl iostat ipwctl irdaattach isdn iteconfig iwictl\
13 kgmon lastlogin link lmcconfig lockstat lpr mailwrapper makefs \
14 map-mbone mdconfig memswitch mlxctl mmcformat mopd mountd moused \
15 mrinfo mrouted mscdlabel mtrace \
16 mtree ndbootd ndiscvt netgroup_mkdb nfsd ntp ofctl paxctl pcictl \
17 pppd psrset pstat pwd_mkdb postinstall powerd puffs quot quotacheck \
18 quotaon rarpd rbootd rdate \
19 repquota rmt rpc.bootparamd rpc.lockd rpc.pcnfsd \
20 rpc.statd rpcbind rwhod sa screenblank sdpd services_mkdb sesd \
21 schedctl sliplogin sntp \
22 spray srtconfig sti sunlabel sup syslogd tadpolectl tcpdchk \
23 tcpdmatch tcpdump tcpdrop timed tpctl traceroute trpt unlink \
24 usbdevs user videomode vipw veriexecgen vnconfig wake wiconfig \
25 wlanctl wpa \
26 wsconscfg wsfontload wsmoused wsmuxctl zdump zic
28 .if (${MKKERBEROS} != "no")
29 SUBDIR+= hprop kadmin kdc kstash ktutil iprop-log kdigest kimpersonate kcm
30 .endif
32 .if (${MKYP} != "no")
33 SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
34 .endif
36 .if ${TOOLCHAIN_MISSING} != "no"
37 SUBDIR+= mdsetimage
38 .endif
40 .if (${MKINET6} != "no")
41 SUBDIR+=faithd ifmcstat ndp rip6query rtsold
42 .endif
43 .if (${USE_INET6} != "no")
44 SUBDIR+=mld6query route6d rtadvd traceroute6
45 .endif
47 # ATM PVC
48 SUBDIR+=pvcsif pvctxctl
50 .if (${MKCRYPTO} != "no")
51 SUBDIR+= racoon racoonctl
52 .endif
54 # IP Filter
55 .if (${MKIPFILTER} != "no")
56 SUBDIR+=ipf
57 .endif
59 # PF
60 .if (${MKPF} != "no")
61 SUBDIR+=pf
62 .endif
64 .include <bsd.subdir.mk>