Home | History | Annotate | Line # | Download | only in usr.sbin
Makefile revision 1.237.4.4
      1  1.237.4.4       riz #	$NetBSD: Makefile,v 1.237.4.4 2012/11/08 20:08:16 riz 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.236  christos SUBDIR=	ac accton acpitools altq apm apmd arp bad144 bind bootp \
      7      1.235    plunky 	btattach btconfig btdevctl bthcid btpand catman \
      8      1.229        ad 	chown chroot chrtbl cnwctl cpuctl cron dev_mkdb \
      9      1.137      groo 	dhcp diskpart dumpfs dumplfs edquota eeprom \
     10      1.206  jmcneill 	envstat eshconfig etcupdate extattrctl fssconfig fwctl gpioctl \
     11  1.237.4.2    bouyer 	grfconfig grfinfo gspa hdaudioctl hilinfo ifwatchd inetd installboot \
     12      1.215       mrg 	iopctl iostat ipwctl irdaattach isdn iteconfig iwictl\
     13      1.219        ad 	kgmon lastlogin link lmcconfig lockstat lpr mailwrapper makefs \
     14      1.233   reinoud 	map-mbone mdconfig memswitch mlxctl mmcformat mopd mountd moused \
     15      1.183       wiz 	mrinfo mrouted mscdlabel mtrace \
     16      1.225      elad 	mtree ndbootd ndiscvt netgroup_mkdb nfsd ntp ofctl paxctl pcictl \
     17      1.234        ad 	pppd psrset pstat pwd_mkdb postinstall powerd quot quotacheck \
     18      1.234        ad 	quotaon rarpd rbootd rdate \
     19      1.136       tls 	repquota rmt rpc.bootparamd rpc.lockd rpc.pcnfsd \
     20      1.216  christos  	rpc.statd rpcbind rwhod sa screenblank sdpd services_mkdb sesd \
     21      1.230     rmind 	schedctl sliplogin sntp \
     22      1.224     mouse 	spray srtconfig sti sunlabel sup syslogd tadpolectl tcpdchk \
     23      1.228  christos 	tcpdmatch tcpdump tcpdrop timed tpctl traceroute trpt unlink \
     24  1.237.4.4       riz 	usbdevs user videomode vipw veriexecgen vnconfig wakeonlan wiconfig \
     25  1.237.4.3    bouyer 	wlanctl wpa \
     26      1.207       scw 	wsconscfg wsfontload wsmoused wsmuxctl zdump zic
     27      1.171   thorpej 
     28      1.215       mrg .if (${MKISCSI} != "no")
     29      1.215       mrg SUBDIR+= iscsi 
     30      1.215       mrg .endif
     31      1.215       mrg 
     32      1.171   thorpej .if (${MKKERBEROS} != "no")
     33      1.231   mlelstv SUBDIR+= hprop kadmin kdc kstash ktutil iprop-log kdigest kimpersonate kcm
     34      1.171   thorpej .endif
     35      1.171   thorpej 
     36      1.171   thorpej .if (${MKYP} != "no")
     37      1.171   thorpej SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
     38      1.171   thorpej .endif
     39      1.167      ross 
     40      1.189     lukem .if ${TOOLCHAIN_MISSING} != "no"
     41      1.169       wiz SUBDIR+= mdsetimage
     42      1.167      ross .endif
     43      1.136       tls 
     44      1.201     lukem .if (${MKINET6} != "no")
     45      1.201     lukem SUBDIR+=faithd ifmcstat ndp rip6query rtsold
     46      1.201     lukem .endif
     47      1.201     lukem .if (${USE_INET6} != "no")
     48      1.201     lukem SUBDIR+=mld6query route6d rtadvd traceroute6 
     49      1.187      matt .endif
     50      1.136       tls 
     51      1.136       tls # ATM PVC
     52      1.136       tls SUBDIR+=pvcsif pvctxctl
     53      1.136       tls 
     54      1.145   thorpej .if (${MKCRYPTO} != "no")
     55      1.198   thorpej SUBDIR+= racoon racoonctl
     56      1.145   thorpej .endif
     57        1.1       cgd 
     58      1.199     peter # IP Filter
     59      1.199     peter .if (${MKIPFILTER} != "no")
     60      1.199     peter SUBDIR+=ipf
     61      1.199     peter .endif
     62      1.199     peter 
     63      1.190    itojun # PF
     64      1.199     peter .if (${MKPF} != "no")
     65      1.195      yamt SUBDIR+=pf
     66      1.199     peter .endif
     67      1.190    itojun 
     68      1.222     pooka # puffs
     69      1.227       agc SUBDIR+=puffs fusermount
     70      1.222     pooka 
     71        1.1       cgd .include <bsd.subdir.mk>
     72