2011-01-14 01:28:35 +03:00
|
|
|
# $NetBSD: Makefile,v 1.250 2011/01/13 22:28:35 haad Exp $
|
2000-02-23 20:46:11 +03:00
|
|
|
# from: @(#)Makefile 5.20 (Berkeley) 6/12/93
|
|
|
|
|
2000-06-23 10:01:10 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2009-04-12 21:13:06 +04:00
|
|
|
SUBDIR= ac accton acpitools altq apm apmd arp bad144 bootp \
|
2008-08-17 17:26:36 +04:00
|
|
|
btattach btconfig btdevctl bthcid btpand catman \
|
2011-01-14 01:28:35 +03:00
|
|
|
chroot chrtbl cnwctl cpuctl crash dev_mkdb \
|
2000-03-10 08:51:56 +03:00
|
|
|
dhcp diskpart dumpfs dumplfs edquota eeprom \
|
2008-11-12 16:17:27 +03:00
|
|
|
envstat eshconfig etcupdate extattrctl fssconfig fusermount fwctl \
|
2009-10-11 12:57:54 +04:00
|
|
|
gpioctl grfconfig grfinfo gspa hdaudioctl hilinfo ifwatchd inetd \
|
|
|
|
installboot \
|
2006-06-24 09:14:01 +04:00
|
|
|
iopctl iostat ipwctl irdaattach isdn iteconfig iwictl\
|
2010-12-08 10:20:14 +03:00
|
|
|
kgmon lastlogin ldpd link lmcconfig lockstat lpr mailwrapper makefs \
|
2008-05-14 20:49:47 +04:00
|
|
|
map-mbone mdconfig memswitch mlxctl mmcformat mopd mountd moused \
|
2003-03-06 01:09:07 +03:00
|
|
|
mrinfo mrouted mscdlabel mtrace \
|
2010-08-28 19:45:48 +04:00
|
|
|
mtree ndbootd ndiscvt netgroup_mkdb nfsd ofctl paxctl pcictl \
|
2008-11-12 16:17:27 +03:00
|
|
|
pppd psrset pstat pwd_mkdb postinstall powerd puffs quot quotacheck \
|
2008-06-22 17:53:59 +04:00
|
|
|
quotaon rarpd rbootd rdate \
|
2000-02-23 20:46:11 +03:00
|
|
|
repquota rmt rpc.bootparamd rpc.lockd rpc.pcnfsd \
|
2006-07-28 02:15:07 +04:00
|
|
|
rpc.statd rpcbind rwhod sa screenblank sdpd services_mkdb sesd \
|
2010-08-28 19:45:48 +04:00
|
|
|
schedctl sliplogin \
|
2007-01-26 10:01:03 +03:00
|
|
|
spray srtconfig sti sunlabel sup syslogd tadpolectl tcpdchk \
|
2010-12-05 08:59:17 +03:00
|
|
|
tcpdmatch tcpdrop timed tpctl traceroute trpt unlink \
|
2009-06-25 22:41:21 +04:00
|
|
|
usbdevs user videomode vipw veriexecgen vnconfig wake wiconfig \
|
2010-08-04 21:13:33 +04:00
|
|
|
wlanctl \
|
2005-10-01 22:50:42 +04:00
|
|
|
wsconscfg wsfontload wsmoused wsmuxctl zdump zic
|
Split the notion of building Hesiod, Kerberos, S/key, and YP
infrastructure and using that infrastructure in programs.
* MKHESIOD, MKKERBEROS, MKSKEY, and MKYP control building
of the infratsructure (libraries, support programs, etc.)
* USE_HESIOD, USE_KERBEROS, USE_SKEY, and USE_YP control
building of support for using the corresponding API
in various libraries/programs that can use it.
As discussed on tech-toolchain.
2002-03-22 21:10:19 +03:00
|
|
|
|
|
|
|
.if (${MKKERBEROS} != "no")
|
2008-03-22 11:36:48 +03:00
|
|
|
SUBDIR+= hprop kadmin kdc kstash ktutil iprop-log kdigest kimpersonate kcm
|
Split the notion of building Hesiod, Kerberos, S/key, and YP
infrastructure and using that infrastructure in programs.
* MKHESIOD, MKKERBEROS, MKSKEY, and MKYP control building
of the infratsructure (libraries, support programs, etc.)
* USE_HESIOD, USE_KERBEROS, USE_SKEY, and USE_YP control
building of support for using the corresponding API
in various libraries/programs that can use it.
As discussed on tech-toolchain.
2002-03-22 21:10:19 +03:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if (${MKYP} != "no")
|
|
|
|
SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
|
|
|
|
.endif
|
2000-02-23 20:46:11 +03:00
|
|
|
|
2004-01-03 17:04:27 +03:00
|
|
|
.if ${TOOLCHAIN_MISSING} != "no"
|
2001-12-18 00:22:51 +03:00
|
|
|
SUBDIR+= mdsetimage
|
2001-12-09 03:49:09 +03:00
|
|
|
.endif
|
|
|
|
|
2005-05-01 11:26:29 +04:00
|
|
|
.if (${MKINET6} != "no")
|
|
|
|
SUBDIR+=faithd ifmcstat ndp rip6query rtsold
|
|
|
|
.endif
|
|
|
|
.if (${USE_INET6} != "no")
|
|
|
|
SUBDIR+=mld6query route6d rtadvd traceroute6
|
2003-12-08 00:57:22 +03:00
|
|
|
.endif
|
2000-02-23 20:46:11 +03:00
|
|
|
|
|
|
|
# ATM PVC
|
|
|
|
SUBDIR+=pvcsif pvctxctl
|
|
|
|
|
2000-06-23 10:01:10 +04:00
|
|
|
.if (${MKCRYPTO} != "no")
|
2005-02-19 19:55:02 +03:00
|
|
|
SUBDIR+= racoon racoonctl
|
2000-06-23 10:01:10 +04:00
|
|
|
.endif
|
1999-07-13 02:11:37 +04:00
|
|
|
|
2010-08-22 22:56:18 +04:00
|
|
|
# NPF
|
|
|
|
.if (${MKNPF} != "no")
|
|
|
|
SUBDIR+=npf
|
|
|
|
.endif
|
|
|
|
|
2005-02-22 17:39:58 +03:00
|
|
|
# IP Filter
|
|
|
|
.if (${MKIPFILTER} != "no")
|
|
|
|
SUBDIR+=ipf
|
|
|
|
.endif
|
|
|
|
|
2004-06-25 04:06:09 +04:00
|
|
|
# PF
|
2005-02-22 17:39:58 +03:00
|
|
|
.if (${MKPF} != "no")
|
2004-11-11 14:54:51 +03:00
|
|
|
SUBDIR+=pf
|
2005-02-22 17:39:58 +03:00
|
|
|
.endif
|
2004-06-25 04:06:09 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.subdir.mk>
|