2005-01-10 05:45:35 +03:00
|
|
|
# $NetBSD: Makefile,v 1.196 2005/01/10 02:45:35 lukem 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 \
|
2003-12-10 14:40:11 +03:00
|
|
|
envstat eshconfig etcupdate fssconfig grfconfig \
|
2002-04-05 02:07:35 +04:00
|
|
|
grfinfo gspa hilinfo ifwatchd inetd installboot \
|
2004-08-23 17:27:38 +04:00
|
|
|
iopctl iostat ipf ipwctl irdaattach isdn iteconfig \
|
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 \
|
2003-04-18 08:55:54 +04:00
|
|
|
pstat pwd_mkdb 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
|
|
|
|
|
2003-12-08 00:57:22 +03:00
|
|
|
.if (${MKINET6} != no)
|
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
|
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")
|
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
|
|
|
|
2004-06-25 04:06:09 +04:00
|
|
|
# PF
|
2004-11-11 14:54:51 +03:00
|
|
|
SUBDIR+=pf
|
2004-06-25 04:06:09 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.subdir.mk>
|