1 1.178 atatat # $NetBSD: Makefile,v 1.178 2002/09/01 20:32:43 atatat Exp $ 2 1.136 tls # from: @(#)Makefile 5.20 (Berkeley) 6/12/93 3 1.1 cgd 4 1.145 thorpej .include <bsd.own.mk> 5 1.145 thorpej 6 1.151 thorpej SUBDIR= ac accton altq amd apm apmd arp bad144 bind bootp catman \ 7 1.168 thorpej chown chroot chrtbl cnwctl config cron dev_mkdb \ 8 1.137 groo dhcp diskpart dumpfs dumplfs edquota eeprom \ 9 1.174 itojun envstat eshconfig etcupdate grfconfig \ 10 1.172 lukem grfinfo gspa hilinfo ifwatchd inetd installboot \ 11 1.172 lukem iopctl iostat ipf irdaattach isdn iteconfig \ 12 1.163 lukem kgmon kvm_mkdb lastlogin link lpr mailwrapper makefs map-mbone \ 13 1.173 drochner mdconfig memswitch mlxctl mopd mountd moused mrinfo mrouted mscdlabel \ 14 1.173 drochner mtrace mtree ndbootd netgroup_mkdb nfsd ntp pcictl pkg_install pppd \ 15 1.178 atatat pstat pwd_mkdb quot quotacheck quotaon rarpd rbootd rdate \ 16 1.136 tls repquota rmt rpc.bootparamd rpc.lockd rpc.pcnfsd \ 17 1.171 thorpej rpc.statd rpcbind rwhod sa screenblank sesd \ 18 1.157 fredette sliplogin slstats spray sup sushi syslogd tadpolectl tcpdchk \ 19 1.176 takemura tcpdmatch tcpdump timed tpctl traceroute trpt trsp unlink \ 20 1.136 tls usbdevs user videomode vipw vnconfig wiconfig wsconscfg \ 21 1.175 christos wsfontload wsmoused wsmuxctl zdump zic 22 1.171 thorpej 23 1.171 thorpej .if (${MKKERBEROS} != "no") 24 1.171 thorpej SUBDIR+= hprop kadmin kdc kstash ktutil 25 1.171 thorpej .endif 26 1.171 thorpej 27 1.171 thorpej .if (${MKYP} != "no") 28 1.171 thorpej SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset 29 1.171 thorpej .endif 30 1.167 ross 31 1.167 ross .if !defined(USE_NEW_TOOLCHAIN) 32 1.169 wiz SUBDIR+= mdsetimage 33 1.167 ross .endif 34 1.136 tls 35 1.136 tls # IPv6 36 1.159 itojun SUBDIR+=faithd ifmcstat mld6query ndp \ 37 1.143 itojun rip6query route6d rtadvd traceroute6 rtsold 38 1.136 tls 39 1.136 tls # ATM PVC 40 1.136 tls SUBDIR+=pvcsif pvctxctl 41 1.136 tls 42 1.145 thorpej .if (${MKCRYPTO} != "no") 43 1.171 thorpej SUBDIR+= racoon 44 1.145 thorpej .endif 45 1.1 cgd 46 1.1 cgd .include <bsd.subdir.mk> 47