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