Home | History | Annotate | Line # | Download | only in usr.sbin
Makefile revision 1.195
      1  1.195      yamt #	$NetBSD: Makefile,v 1.195 2004/11/11 11:54:51 yamt 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.191       dsl 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.188   hannken 	envstat eshconfig etcupdate fssconfig grfconfig \
     10  1.172     lukem 	grfinfo gspa hilinfo ifwatchd inetd installboot \
     11  1.194     lukem 	iopctl iostat ipf ipwctl irdaattach isdn iteconfig \
     12  1.185     ragge 	kgmon lastlogin link lpr mailwrapper makefs \
     13  1.183       wiz 	map-mbone mdconfig memswitch mlxctl mopd mountd moused \
     14  1.183       wiz 	mrinfo mrouted mscdlabel mtrace \
     15  1.181    itojun 	mtree ndbootd netgroup_mkdb nfsd ntp pcictl pkg_install pppd \
     16  1.184   thorpej 	pstat pwd_mkdb powerd quot quotacheck quotaon rarpd rbootd rdate \
     17  1.136       tls 	repquota rmt rpc.bootparamd rpc.lockd rpc.pcnfsd \
     18  1.171   thorpej 	rpc.statd rpcbind rwhod sa screenblank sesd \
     19  1.195      yamt 	sliplogin slstats sntp \
     20  1.186  drochner 	spray sunlabel sup sushi syslogd tadpolectl tcpdchk \
     21  1.176  takemura 	tcpdmatch tcpdump timed tpctl traceroute trpt trsp unlink \
     22  1.193    dyoung 	usbdevs user videomode vipw vnconfig wiconfig wlanctl wsconscfg \
     23  1.175  christos 	wsfontload wsmoused wsmuxctl zdump zic
     24  1.171   thorpej 
     25  1.171   thorpej .if (${MKKERBEROS} != "no")
     26  1.171   thorpej SUBDIR+= hprop kadmin kdc kstash ktutil
     27  1.171   thorpej .endif
     28  1.171   thorpej 
     29  1.171   thorpej .if (${MKYP} != "no")
     30  1.171   thorpej SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
     31  1.171   thorpej .endif
     32  1.167      ross 
     33  1.189     lukem .if ${TOOLCHAIN_MISSING} != "no"
     34  1.169       wiz SUBDIR+= mdsetimage
     35  1.167      ross .endif
     36  1.136       tls 
     37  1.136       tls # IPv6
     38  1.187      matt .if (${MKINET6} != no)
     39  1.159    itojun SUBDIR+=faithd ifmcstat mld6query ndp \
     40  1.143    itojun 	rip6query route6d rtadvd traceroute6 rtsold
     41  1.187      matt .endif
     42  1.136       tls 
     43  1.136       tls # ATM PVC
     44  1.136       tls SUBDIR+=pvcsif pvctxctl
     45  1.136       tls 
     46  1.145   thorpej .if (${MKCRYPTO} != "no")
     47  1.171   thorpej SUBDIR+= racoon
     48  1.145   thorpej .endif
     49    1.1       cgd 
     50  1.190    itojun # PF
     51  1.195      yamt SUBDIR+=pf
     52  1.190    itojun 
     53    1.1       cgd .include <bsd.subdir.mk>
     54