Home | History | Annotate | Line # | Download | only in usr.sbin
Makefile revision 1.199.2.1
      1  1.199.2.1      tron #	$NetBSD: Makefile,v 1.199.2.1 2005/04/20 11:15:13 tron 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.199     peter 	iopctl iostat ipwctl irdaattach isdn iteconfig iwictl\
     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.199.2.1      tron 	pstat pwd_mkdb postinstall powerd quot quotacheck quotaon \
     17  1.199.2.1      tron 	rarpd rbootd rdate \
     18      1.136       tls 	repquota rmt rpc.bootparamd rpc.lockd rpc.pcnfsd \
     19      1.171   thorpej 	rpc.statd rpcbind rwhod sa screenblank sesd \
     20      1.195      yamt 	sliplogin slstats sntp \
     21      1.186  drochner 	spray sunlabel sup sushi syslogd tadpolectl tcpdchk \
     22      1.176  takemura 	tcpdmatch tcpdump timed tpctl traceroute trpt trsp unlink \
     23      1.193    dyoung 	usbdevs user videomode vipw vnconfig wiconfig wlanctl wsconscfg \
     24      1.175  christos 	wsfontload wsmoused wsmuxctl zdump zic
     25      1.171   thorpej 
     26      1.171   thorpej .if (${MKKERBEROS} != "no")
     27      1.171   thorpej SUBDIR+= hprop kadmin kdc kstash ktutil
     28      1.171   thorpej .endif
     29      1.171   thorpej 
     30      1.171   thorpej .if (${MKYP} != "no")
     31      1.171   thorpej SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
     32      1.171   thorpej .endif
     33      1.167      ross 
     34      1.189     lukem .if ${TOOLCHAIN_MISSING} != "no"
     35      1.169       wiz SUBDIR+= mdsetimage
     36      1.167      ross .endif
     37      1.136       tls 
     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.198   thorpej SUBDIR+= racoon racoonctl
     48      1.145   thorpej .endif
     49        1.1       cgd 
     50      1.199     peter # IP Filter
     51      1.199     peter .if (${MKIPFILTER} != "no")
     52      1.199     peter SUBDIR+=ipf
     53      1.199     peter .endif
     54      1.199     peter 
     55      1.190    itojun # PF
     56      1.199     peter .if (${MKPF} != "no")
     57      1.195      yamt SUBDIR+=pf
     58      1.199     peter .endif
     59      1.190    itojun 
     60        1.1       cgd .include <bsd.subdir.mk>
     61