2002-06-27 03:13:04 +04:00
|
|
|
# $NetBSD: Makefile,v 1.175 2002/06/26 23:13:04 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>
|
|
|
|
|
2000-12-17 06:06:53 +03: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 \
|
2002-06-09 23:31:43 +04:00
|
|
|
envstat eshconfig etcupdate grfconfig \
|
2002-04-05 02:07:35 +04:00
|
|
|
grfinfo gspa hilinfo ifwatchd inetd installboot \
|
|
|
|
iopctl iostat ipf irdaattach isdn iteconfig \
|
2001-10-26 20:06:57 +04:00
|
|
|
kgmon kvm_mkdb lastlogin link lpr mailwrapper makefs map-mbone \
|
2002-05-29 23:40:52 +04:00
|
|
|
mdconfig memswitch mlxctl mopd mountd moused mrinfo mrouted mscdlabel \
|
|
|
|
mtrace mtree ndbootd netgroup_mkdb nfsd ntp pcictl pkg_install pppd \
|
|
|
|
pstat pwd_mkdb 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 \
|
2001-05-22 18:50:31 +04:00
|
|
|
sliplogin slstats spray sup sushi syslogd tadpolectl tcpdchk \
|
2000-02-23 20:46:11 +03:00
|
|
|
tcpdmatch tcpdump timed traceroute trpt trsp unlink \
|
|
|
|
usbdevs user videomode vipw vnconfig wiconfig 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
|
|
|
|
2001-12-09 03:49:09 +03:00
|
|
|
.if !defined(USE_NEW_TOOLCHAIN)
|
2001-12-18 00:22:51 +03:00
|
|
|
SUBDIR+= mdsetimage
|
2001-12-09 03:49:09 +03:00
|
|
|
.endif
|
|
|
|
|
2000-02-23 20:46:11 +03:00
|
|
|
# IPv6
|
2001-06-03 10:09:10 +04:00
|
|
|
SUBDIR+=faithd ifmcstat mld6query ndp \
|
2000-06-13 19:15:21 +04:00
|
|
|
rip6query route6d rtadvd traceroute6 rtsold
|
2000-02-23 20:46:11 +03:00
|
|
|
|
|
|
|
# ATM PVC
|
|
|
|
SUBDIR+=pvcsif pvctxctl
|
|
|
|
|
2000-06-23 10:01:10 +04:00
|
|
|
.if (${MKCRYPTO} != "no")
|
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
|
|
|
SUBDIR+= racoon
|
2000-06-23 10:01:10 +04:00
|
|
|
.endif
|
1999-07-13 02:11:37 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.subdir.mk>
|