Home | History | Annotate | Line # | Download | only in usr.sbin
Makefile revision 1.263.2.1
      1  1.263.2.1       jdc #	$NetBSD: Makefile,v 1.263.2.1 2012/06/05 15:37:23 jdc 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.257      matt SUBDIR=	ac accton acpitools altq apm apmd arp \
      7      1.257      matt 	bad144 bootp btattach btconfig btdevctl bthcid btpand catman \
      8      1.257      matt 	chroot cnwctl cpuctl crash \
      9      1.257      matt 	dev_mkdb dhcp diskpart dumpfs dumplfs \
     10      1.257      matt 	edquota eeprom envstat eshconfig etcupdate extattrctl \
     11      1.257      matt 	flashctl fssconfig fusermount fwctl \
     12      1.257      matt 	gpioctl grfconfig gspa \
     13      1.257      matt 	hdaudioctl \
     14      1.258   mbalmer 	i2cscan ifwatchd inetd installboot iopctl iostat ipwctl irdaattach \
     15      1.259   tsutsui 	isdn isibootd iteconfig iwictl \
     16      1.257      matt 	kgmon \
     17      1.257      matt 	lastlogin ldpd link lmcconfig lockstat lpr \
     18      1.257      matt 	mailwrapper makefs map-mbone mdconfig memswitch mlxctl mmcformat \
     19      1.257      matt 	mopd mountd moused mrinfo mrouted mscdlabel mtrace mtree \
     20      1.257      matt 	ndbootd ndiscvt netgroup_mkdb nfsd \
     21      1.257      matt 	ofctl \
     22      1.257      matt 	paxctl pcictl perfused pppd psrset pstat pwd_mkdb postinstall \
     23      1.257      matt 	powerd puffs \
     24      1.263  dholland 	quot quotacheck quotaon quotarestore \
     25      1.257      matt 	rarpd rbootd rdate repquota rmt rpc.bootparamd rpc.lockd \
     26      1.257      matt 	rpc.pcnfsd rpc.statd rpcbind rwhod \
     27      1.257      matt 	sa screenblank sdpd services_mkdb sesd schedctl sliplogin spray \
     28      1.257      matt 	srtconfig sti sunlabel sup syslogd \
     29      1.260      yamt 	tadpolectl tcpdchk tcpdmatch tcpdrop timed tpctl tprof traceroute trpt \
     30      1.257      matt 	unlink usbdevs user \
     31      1.257      matt 	videomode vipw veriexecgen vnconfig \
     32  1.263.2.1       jdc 	wakeonlan wiconfig wlanctl wsconscfg wsfontload wsmoused wsmuxctl \
     33      1.257      matt 	zdump zic
     34      1.171   thorpej 
     35      1.261     joerg .if ${MKMAKEMANDB} != "no"
     36      1.261     joerg SUBDIR+= makemandb
     37      1.261     joerg .endif
     38      1.261     joerg 
     39      1.171   thorpej .if (${MKYP} != "no")
     40      1.171   thorpej SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
     41      1.171   thorpej .endif
     42      1.167      ross 
     43      1.189     lukem .if ${TOOLCHAIN_MISSING} != "no"
     44      1.169       wiz SUBDIR+= mdsetimage
     45      1.167      ross .endif
     46      1.136       tls 
     47      1.201     lukem .if (${MKINET6} != "no")
     48      1.201     lukem SUBDIR+=faithd ifmcstat ndp rip6query rtsold
     49      1.201     lukem .endif
     50      1.201     lukem .if (${USE_INET6} != "no")
     51      1.201     lukem SUBDIR+=mld6query route6d rtadvd traceroute6 
     52      1.187      matt .endif
     53      1.136       tls 
     54      1.136       tls # ATM PVC
     55      1.136       tls SUBDIR+=pvcsif pvctxctl
     56      1.136       tls 
     57      1.145   thorpej .if (${MKCRYPTO} != "no")
     58      1.198   thorpej SUBDIR+= racoon racoonctl
     59      1.145   thorpej .endif
     60        1.1       cgd 
     61      1.246     rmind # NPF
     62      1.246     rmind .if (${MKNPF} != "no")
     63      1.246     rmind SUBDIR+=npf
     64      1.246     rmind .endif
     65      1.246     rmind 
     66      1.199     peter # IP Filter
     67      1.199     peter .if (${MKIPFILTER} != "no")
     68      1.199     peter SUBDIR+=ipf
     69      1.199     peter .endif
     70      1.199     peter 
     71      1.190    itojun # PF
     72      1.199     peter .if (${MKPF} != "no")
     73      1.195      yamt SUBDIR+=pf
     74      1.199     peter .endif
     75      1.190    itojun 
     76        1.1       cgd .include <bsd.subdir.mk>
     77