Home | History | Annotate | Line # | Download | only in usr.sbin
Makefile revision 1.169
      1  1.169       wiz #	$NetBSD: Makefile,v 1.169 2001/12/17 21:22:51 wiz 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.165    martin 	envstat eshconfig greconfig grfconfig \
     10  1.166  augustss 	grfinfo gspa hilinfo ifwatchd inetd iopctl iostat ipf \
     11  1.166  augustss 	irdaattach isdn iteconfig \
     12  1.163     lukem 	kgmon kvm_mkdb lastlogin link lpr mailwrapper makefs map-mbone \
     13  1.164  augustss 	mdconfig memswitch mlxctl mopd mountd moused mrinfo mrouted mtrace \
     14  1.164  augustss 	mtree ndbootd netgroup_mkdb nfsd ntp pcictl pkg_install pppd pstat \
     15  1.136       tls 	pwd_mkdb quot quotacheck quotaon rarpd rbootd rdate \
     16  1.136       tls 	repquota rmt rpc.bootparamd rpc.lockd rpc.pcnfsd \
     17  1.142      fvdl 	rpc.statd rpc.yppasswdd rpcbind rwhod sa screenblank sesd \
     18  1.157  fredette 	sliplogin slstats spray sup sushi syslogd tadpolectl tcpdchk \
     19  1.136       tls 	tcpdmatch tcpdump timed traceroute trpt trsp unlink \
     20  1.136       tls 	usbdevs user videomode vipw vnconfig wiconfig wsconscfg \
     21  1.161  augustss 	wsfontload wsmuxctl ypbind yppoll ypserv ypset zdump zic
     22  1.167      ross 
     23  1.167      ross .if !defined(USE_NEW_TOOLCHAIN)
     24  1.169       wiz SUBDIR+= mdsetimage
     25  1.167      ross .endif
     26  1.136       tls 
     27  1.136       tls # IPv6
     28  1.159    itojun SUBDIR+=faithd ifmcstat mld6query ndp \
     29  1.143    itojun 	rip6query route6d rtadvd traceroute6 rtsold
     30  1.136       tls 
     31  1.136       tls # ATM PVC
     32  1.136       tls SUBDIR+=pvcsif pvctxctl
     33  1.136       tls 
     34  1.145   thorpej .if (${MKCRYPTO} != "no")
     35  1.152    itojun SUBDIR+= hprop kadmin kdc kstash ktutil racoon
     36  1.145   thorpej .endif
     37    1.1       cgd 
     38    1.1       cgd .include <bsd.subdir.mk>
     39