2005-06-01 07:22:56 +04:00
|
|
|
# $NetBSD: Makefile,v 1.202 2005/06/01 03:22:56 christos 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>
|
|
|
|
|
2004-06-25 22:57:37 +04:00
|
|
|
SUBDIR= ac accton altq amd apm apmd arp bad144 bind bootp catman \
|
2001-12-15 06:23:11 +03:00
|
|
|
chown chroot chrtbl cnwctl config cron dev_mkdb \
|
2000-03-10 08:51:56 +03:00
|
|
|
dhcp diskpart dumpfs dumplfs edquota eeprom \
|
2005-06-01 07:22:56 +04:00
|
|
|
envstat eshconfig etcupdate fssconfig genassym grfconfig \
|
2002-04-05 02:07:35 +04:00
|
|
|
grfinfo gspa hilinfo ifwatchd inetd installboot \
|
2005-02-22 17:39:58 +03:00
|
|
|
iopctl iostat ipwctl irdaattach isdn iteconfig iwictl\
|
2003-05-11 22:19:09 +04:00
|
|
|
kgmon lastlogin link lpr mailwrapper makefs \
|
2003-03-06 01:09:07 +03:00
|
|
|
map-mbone mdconfig memswitch mlxctl mopd mountd moused \
|
|
|
|
mrinfo mrouted mscdlabel mtrace \
|
2002-10-01 07:50:07 +04:00
|
|
|
mtree ndbootd netgroup_mkdb nfsd ntp pcictl pkg_install pppd \
|
2005-04-17 19:15:48 +04:00
|
|
|
pstat pwd_mkdb postinstall powerd quot quotacheck quotaon \
|
|
|
|
rarpd rbootd rdate \
|
2000-02-23 20:46:11 +03:00
|
|
|
repquota rmt rpc.bootparamd rpc.lockd rpc.pcnfsd \
|
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
|
|
|
rpc.statd rpcbind rwhod sa screenblank sesd \
|
2004-11-11 14:54:51 +03:00
|
|
|
sliplogin slstats sntp \
|
2003-12-04 21:14:59 +03:00
|
|
|
spray sunlabel sup sushi syslogd tadpolectl tcpdchk \
|
2002-08-27 18:12:09 +04:00
|
|
|
tcpdmatch tcpdump timed tpctl traceroute trpt trsp unlink \
|
2004-07-16 07:13:48 +04:00
|
|
|
usbdevs user videomode vipw vnconfig wiconfig wlanctl wsconscfg \
|
2002-06-27 03:13:04 +04:00
|
|
|
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")
|
|
|
|
SUBDIR+= hprop kadmin kdc kstash ktutil
|
|
|
|
.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
|
|
|
|
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>
|