Home | History | Annotate | Line # | Download | only in usr.sbin
Makefile revision 1.178
      1 #	$NetBSD: Makefile,v 1.178 2002/09/01 20:32:43 atatat 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 map-mbone \
     13 	mdconfig memswitch mlxctl mopd mountd moused mrinfo mrouted mscdlabel \
     14 	mtrace mtree ndbootd netgroup_mkdb nfsd ntp pcictl pkg_install pppd \
     15 	pstat pwd_mkdb quot quotacheck quotaon rarpd rbootd rdate \
     16 	repquota rmt rpc.bootparamd rpc.lockd rpc.pcnfsd \
     17 	rpc.statd rpcbind rwhod sa screenblank sesd \
     18 	sliplogin slstats spray sup sushi syslogd tadpolectl tcpdchk \
     19 	tcpdmatch tcpdump timed tpctl traceroute trpt trsp unlink \
     20 	usbdevs user videomode vipw vnconfig wiconfig wsconscfg \
     21 	wsfontload wsmoused wsmuxctl zdump zic
     22 
     23 .if (${MKKERBEROS} != "no")
     24 SUBDIR+= hprop kadmin kdc kstash ktutil
     25 .endif
     26 
     27 .if (${MKYP} != "no")
     28 SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
     29 .endif
     30 
     31 .if !defined(USE_NEW_TOOLCHAIN)
     32 SUBDIR+= mdsetimage
     33 .endif
     34 
     35 # IPv6
     36 SUBDIR+=faithd ifmcstat mld6query ndp \
     37 	rip6query route6d rtadvd traceroute6 rtsold
     38 
     39 # ATM PVC
     40 SUBDIR+=pvcsif pvctxctl
     41 
     42 .if (${MKCRYPTO} != "no")
     43 SUBDIR+= racoon
     44 .endif
     45 
     46 .include <bsd.subdir.mk>
     47