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