Home | History | Annotate | Line # | Download | only in usr.sbin
Makefile revision 1.195
      1 #	$NetBSD: Makefile,v 1.195 2004/11/11 11:54:51 yamt 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 fssconfig grfconfig \
     10 	grfinfo gspa hilinfo ifwatchd inetd installboot \
     11 	iopctl iostat ipf ipwctl irdaattach isdn iteconfig \
     12 	kgmon 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 powerd 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 sntp \
     20 	spray sunlabel sup sushi syslogd tadpolectl tcpdchk \
     21 	tcpdmatch tcpdump timed tpctl traceroute trpt trsp unlink \
     22 	usbdevs user videomode vipw vnconfig wiconfig wlanctl wsconscfg \
     23 	wsfontload wsmoused wsmuxctl zdump zic
     24 
     25 .if (${MKKERBEROS} != "no")
     26 SUBDIR+= hprop kadmin kdc kstash ktutil
     27 .endif
     28 
     29 .if (${MKYP} != "no")
     30 SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
     31 .endif
     32 
     33 .if ${TOOLCHAIN_MISSING} != "no"
     34 SUBDIR+= mdsetimage
     35 .endif
     36 
     37 # IPv6
     38 .if (${MKINET6} != no)
     39 SUBDIR+=faithd ifmcstat mld6query ndp \
     40 	rip6query route6d rtadvd traceroute6 rtsold
     41 .endif
     42 
     43 # ATM PVC
     44 SUBDIR+=pvcsif pvctxctl
     45 
     46 .if (${MKCRYPTO} != "no")
     47 SUBDIR+= racoon
     48 .endif
     49 
     50 # PF
     51 SUBDIR+=pf
     52 
     53 .include <bsd.subdir.mk>
     54