2002-06-13 22:14:37 +00:00
|
|
|
# $FreeBSD$
|
2001-06-16 07:16:14 +00:00
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2007-04-02 22:53:07 +00:00
|
|
|
FILES= DAEMON FILESYSTEMS LOGIN NETWORKING SERVERS \
|
2003-07-30 20:05:20 +00:00
|
|
|
abi accounting addswap adjkerntz amd \
|
2009-09-12 22:13:41 +00:00
|
|
|
apm apmd archdep atm1 atm2 atm3 auditd \
|
2006-09-07 22:25:08 +00:00
|
|
|
bgfsck bluetooth bootparams bridge bsnmpd bthidd \
|
2003-07-30 20:05:20 +00:00
|
|
|
ccd cleanvar cleartmp cron \
|
2008-06-05 17:26:47 +00:00
|
|
|
ddb defaultroute devd devfs dhclient \
|
2003-07-30 20:05:20 +00:00
|
|
|
dmesg dumpon \
|
2009-05-30 19:38:51 +00:00
|
|
|
encswap \
|
2009-09-12 22:13:41 +00:00
|
|
|
faith fsck ftp-proxy ftpd \
|
2010-09-24 19:53:55 +00:00
|
|
|
gbde geli geli2 gptboot gssd \
|
2010-02-18 23:16:19 +00:00
|
|
|
hastd hcsecd \
|
2009-07-29 05:23:52 +00:00
|
|
|
hostapd hostid hostid_save hostname \
|
2009-05-22 13:56:16 +00:00
|
|
|
inetd initrandom \
|
2009-12-02 15:05:26 +00:00
|
|
|
ip6addrctl ipfilter ipfs ipfw ipmon \
|
2011-08-23 19:29:11 +00:00
|
|
|
ipnat ipsec \
|
2003-07-30 20:05:20 +00:00
|
|
|
jail \
|
2011-06-18 19:41:05 +00:00
|
|
|
kadmind kerberos keyserv kld kldxref kpasswdd \
|
2007-08-17 07:58:26 +00:00
|
|
|
ldconfig local localpkg lockd lpd \
|
2006-08-04 18:37:03 +00:00
|
|
|
mixer motd mountcritlocal mountcritremote mountlate \
|
2006-05-18 15:29:27 +00:00
|
|
|
mdconfig mdconfig2 mountd moused mroute6d mrouted msgs \
|
2011-06-19 22:48:40 +00:00
|
|
|
named natd netif netoptions netwait \
|
2009-09-12 22:13:41 +00:00
|
|
|
newsyslog nfsclient nfscbd nfsd \
|
2011-07-08 00:49:50 +00:00
|
|
|
nfsuserd nisdomain nsswitch ntpd ntpdate \
|
2003-07-30 20:05:20 +00:00
|
|
|
othermta \
|
2006-05-17 09:33:15 +00:00
|
|
|
pf pflog pfsync \
|
2005-10-29 05:05:52 +00:00
|
|
|
powerd power_profile ppp pppoed pwcheck \
|
2003-07-30 20:05:20 +00:00
|
|
|
quota \
|
2011-03-30 18:32:45 +00:00
|
|
|
random rarpd rctl resolv rfcomm_pppd_server root \
|
2010-02-03 16:18:42 +00:00
|
|
|
route6d routed routing rpcbind rtadvd rtsold rwho \
|
2005-10-12 00:45:58 +00:00
|
|
|
savecore sdpd securelevel sendmail \
|
2011-10-23 09:08:42 +00:00
|
|
|
serial sppp statd static_arp static_ndp stf swap1 \
|
2003-07-30 20:05:20 +00:00
|
|
|
syscons sysctl syslogd \
|
2004-03-23 23:22:35 +00:00
|
|
|
timed tmp \
|
2005-12-15 01:04:51 +00:00
|
|
|
ugidfw \
|
2004-11-04 12:59:16 +00:00
|
|
|
var virecover \
|
2005-06-30 04:52:47 +00:00
|
|
|
watchdogd wpa_supplicant \
|
2003-07-30 20:05:20 +00:00
|
|
|
ypbind yppasswdd ypserv \
|
2007-04-06 02:27:02 +00:00
|
|
|
ypset ypupdated ypxfrd \
|
2009-07-29 05:23:52 +00:00
|
|
|
zfs zvol
|
2005-09-23 16:54:09 +00:00
|
|
|
|
2011-08-23 19:29:11 +00:00
|
|
|
.if ${MK_IPX} != "no"
|
|
|
|
FILES+= ipxrouted
|
|
|
|
.endif
|
|
|
|
|
2011-03-21 09:58:24 +00:00
|
|
|
.if ${MK_OFED} != "no"
|
|
|
|
FILES+= opensm
|
|
|
|
.endif
|
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_OPENSSH} != "no"
|
2005-09-23 16:54:09 +00:00
|
|
|
FILES+= sshd
|
|
|
|
.endif
|
|
|
|
|
2006-04-28 12:03:38 +00:00
|
|
|
.if ${MK_NS_CACHING} != "no"
|
2007-09-28 10:38:08 +00:00
|
|
|
FILES+= nscd
|
2006-04-28 12:03:38 +00:00
|
|
|
.endif
|
|
|
|
|
2010-04-16 16:49:42 +00:00
|
|
|
.if ${MK_BLUETOOTH} != "no"
|
|
|
|
FILES+= ubthidhci
|
|
|
|
.endif
|
|
|
|
|
2001-06-16 07:16:14 +00:00
|
|
|
FILESDIR= /etc/rc.d
|
|
|
|
FILESMODE= ${BINMODE}
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|