Home | History | Annotate | Line # | Download | only in usr.sbin
Makefile revision 1.237.4.1.4.1
      1  1.237.4.1.4.1      matt #	$NetBSD: Makefile,v 1.237.4.1.4.1 2010/04/21 05:27:20 matt 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.1.4.1      matt 	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.220      elad 	usbdevs user videomode vipw veriexecgen vnconfig wiconfig wlanctl wpa \
     25          1.207       scw 	wsconscfg wsfontload wsmoused wsmuxctl zdump zic
     26          1.171   thorpej 
     27          1.215       mrg .if (${MKISCSI} != "no")
     28          1.215       mrg SUBDIR+= iscsi 
     29          1.215       mrg .endif
     30          1.215       mrg 
     31          1.171   thorpej .if (${MKKERBEROS} != "no")
     32          1.231   mlelstv SUBDIR+= hprop kadmin kdc kstash ktutil iprop-log kdigest kimpersonate kcm
     33          1.171   thorpej .endif
     34          1.171   thorpej 
     35          1.171   thorpej .if (${MKYP} != "no")
     36          1.171   thorpej SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
     37          1.171   thorpej .endif
     38          1.167      ross 
     39          1.189     lukem .if ${TOOLCHAIN_MISSING} != "no"
     40          1.169       wiz SUBDIR+= mdsetimage
     41          1.167      ross .endif
     42          1.136       tls 
     43          1.201     lukem .if (${MKINET6} != "no")
     44          1.201     lukem SUBDIR+=faithd ifmcstat ndp rip6query rtsold
     45          1.201     lukem .endif
     46          1.201     lukem .if (${USE_INET6} != "no")
     47          1.201     lukem SUBDIR+=mld6query route6d rtadvd traceroute6 
     48          1.187      matt .endif
     49          1.136       tls 
     50          1.136       tls # ATM PVC
     51          1.136       tls SUBDIR+=pvcsif pvctxctl
     52          1.136       tls 
     53          1.145   thorpej .if (${MKCRYPTO} != "no")
     54          1.198   thorpej SUBDIR+= racoon racoonctl
     55          1.145   thorpej .endif
     56            1.1       cgd 
     57          1.199     peter # IP Filter
     58          1.199     peter .if (${MKIPFILTER} != "no")
     59          1.199     peter SUBDIR+=ipf
     60          1.199     peter .endif
     61          1.199     peter 
     62          1.190    itojun # PF
     63          1.199     peter .if (${MKPF} != "no")
     64          1.195      yamt SUBDIR+=pf
     65          1.199     peter .endif
     66          1.190    itojun 
     67          1.222     pooka # puffs
     68          1.227       agc SUBDIR+=puffs fusermount
     69          1.222     pooka 
     70            1.1       cgd .include <bsd.subdir.mk>
     71