1 1.163 lukem # $NetBSD: Makefile,v 1.163 2001/10/26 16:06:57 lukem 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.136 tls chown chroot chrtbl cnwctl config cron dbsym dev_mkdb \ 8 1.137 groo dhcp diskpart dumpfs dumplfs edquota eeprom \ 9 1.137 groo envstat eshconfig greconfig \ 10 1.154 martin grfconfig grfinfo gspa hilinfo inetd iopctl iostat ipf isdn iteconfig \ 11 1.163 lukem kgmon kvm_mkdb lastlogin link lpr mailwrapper makefs map-mbone \ 12 1.162 thorpej mdconfig memswitch mlxctl mopd mountd mrinfo mrouted mtrace mtree \ 13 1.160 thorpej ndbootd netgroup_mkdb nfsd ntp pcictl pkg_install pppd pstat \ 14 1.136 tls pwd_mkdb quot quotacheck quotaon rarpd rbootd rdate \ 15 1.136 tls repquota rmt rpc.bootparamd rpc.lockd rpc.pcnfsd \ 16 1.142 fvdl rpc.statd rpc.yppasswdd rpcbind rwhod sa screenblank sesd \ 17 1.157 fredette sliplogin slstats spray sup sushi syslogd tadpolectl tcpdchk \ 18 1.136 tls tcpdmatch tcpdump timed traceroute trpt trsp unlink \ 19 1.136 tls usbdevs user videomode vipw vnconfig wiconfig wsconscfg \ 20 1.161 augustss wsfontload wsmuxctl ypbind yppoll ypserv ypset zdump zic 21 1.136 tls 22 1.136 tls # IPv6 23 1.159 itojun SUBDIR+=faithd ifmcstat mld6query ndp \ 24 1.143 itojun rip6query route6d rtadvd traceroute6 rtsold 25 1.136 tls 26 1.136 tls # ATM PVC 27 1.136 tls SUBDIR+=pvcsif pvctxctl 28 1.136 tls 29 1.145 thorpej .if (${MKCRYPTO} != "no") 30 1.152 itojun SUBDIR+= hprop kadmin kdc kstash ktutil racoon 31 1.145 thorpej .endif 32 1.1 cgd 33 1.1 cgd .include <bsd.subdir.mk> 34