2012-08-08 18:13:46 +04:00
|
|
|
# $NetBSD: Makefile,v 1.266 2012/08/08 14:13:46 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>
|
|
|
|
|
2011-08-02 03:19:52 +04:00
|
|
|
SUBDIR= ac accton acpitools altq apm apmd arp \
|
|
|
|
bad144 bootp btattach btconfig btdevctl bthcid btpand catman \
|
|
|
|
chroot cnwctl cpuctl crash \
|
|
|
|
dev_mkdb dhcp diskpart dumpfs dumplfs \
|
|
|
|
edquota eeprom envstat eshconfig etcupdate extattrctl \
|
|
|
|
flashctl fssconfig fusermount fwctl \
|
|
|
|
gpioctl grfconfig gspa \
|
|
|
|
hdaudioctl \
|
2011-10-03 11:29:33 +04:00
|
|
|
i2cscan ifwatchd inetd installboot iopctl iostat ipwctl irdaattach \
|
2011-12-17 17:27:49 +04:00
|
|
|
isdn isibootd iteconfig iwictl \
|
2011-08-02 03:19:52 +04:00
|
|
|
kgmon \
|
|
|
|
lastlogin ldpd link lmcconfig lockstat lpr \
|
|
|
|
mailwrapper makefs map-mbone mdconfig memswitch mlxctl mmcformat \
|
|
|
|
mopd mountd moused mrinfo mrouted mscdlabel mtrace mtree \
|
|
|
|
ndbootd ndiscvt netgroup_mkdb nfsd \
|
|
|
|
ofctl \
|
|
|
|
paxctl pcictl perfused pppd psrset pstat pwd_mkdb postinstall \
|
2012-08-08 18:13:46 +04:00
|
|
|
powerd \
|
2012-02-13 05:43:22 +04:00
|
|
|
quot quotacheck quotaon quotarestore \
|
2011-08-02 03:19:52 +04:00
|
|
|
rarpd rbootd rdate repquota rmt rpc.bootparamd rpc.lockd \
|
|
|
|
rpc.pcnfsd rpc.statd rpcbind rwhod \
|
|
|
|
sa screenblank sdpd services_mkdb sesd schedctl sliplogin spray \
|
|
|
|
srtconfig sti sunlabel sup syslogd \
|
2012-01-04 20:25:13 +04:00
|
|
|
tadpolectl tcpdchk tcpdmatch tcpdrop timed tpctl tprof traceroute trpt \
|
2011-08-02 03:19:52 +04:00
|
|
|
unlink usbdevs user \
|
|
|
|
videomode vipw veriexecgen vnconfig \
|
2012-05-26 05:58:17 +04:00
|
|
|
wakeonlan wiconfig wlanctl wsconscfg wsfontload wsmoused wsmuxctl \
|
2011-08-02 03:19:52 +04:00
|
|
|
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
|
|
|
|
2012-02-07 23:13:24 +04:00
|
|
|
.if ${MKMAKEMANDB} != "no"
|
|
|
|
SUBDIR+= makemandb
|
|
|
|
.endif
|
|
|
|
|
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 (${MKYP} != "no")
|
|
|
|
SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
|
|
|
|
.endif
|
2000-02-23 20:46:11 +03:00
|
|
|
|
2012-08-08 18:13:46 +04:00
|
|
|
.if (${MKRUMP} != "no")
|
|
|
|
SUBDIR+= puffs
|
|
|
|
.endif
|
|
|
|
|
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
|
|
|
|
|
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>
|