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 \
|
2006-10-07 15:45:56 +00:00
|
|
|
apm apmd archdep atm1 atm2 atm3 auditd auto_linklocal \
|
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-03-05 18:32:58 +00:00
|
|
|
ddb devd devfs dhclient \
|
2003-07-30 20:05:20 +00:00
|
|
|
dmesg dumpon \
|
2005-08-05 21:23:08 +00:00
|
|
|
early.sh encswap \
|
2007-09-07 15:44:09 +00:00
|
|
|
fsck ftp-proxy ftpd \
|
2005-08-14 18:25:35 +00:00
|
|
|
gbde geli geli2 \
|
2005-10-12 00:45:58 +00:00
|
|
|
hcsecd \
|
2007-04-09 19:21:27 +00:00
|
|
|
hostapd hostid hostname \
|
2006-10-15 14:19:06 +00:00
|
|
|
idmapd inetd initrandom \
|
2003-10-30 17:55:52 +00:00
|
|
|
ip6addrctl ip6fw ipfilter ipfs ipfw ipmon \
|
2003-07-30 20:05:20 +00:00
|
|
|
ipnat ipsec ipxrouted isdnd \
|
|
|
|
jail \
|
2006-03-17 16:28:12 +00:00
|
|
|
kadmind kerberos kernel keyserv 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 \
|
2004-04-05 16:29:45 +00:00
|
|
|
named natd netif netoptions \
|
2005-03-02 00:40:55 +00:00
|
|
|
network_ipv6 newsyslog nfsclient nfsd \
|
2007-10-25 18:10:05 +00:00
|
|
|
nfsserver 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 \
|
2006-08-22 11:12:09 +00:00
|
|
|
random rarpd resolv root \
|
2003-07-30 20:05:20 +00:00
|
|
|
route6d routed routing rpcbind rtadvd rwho \
|
2005-10-12 00:45:58 +00:00
|
|
|
savecore sdpd securelevel sendmail \
|
2007-10-15 20:00:24 +00:00
|
|
|
serial sppp statd 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 \
|
|
|
|
zfs
|
2005-09-23 16:54:09 +00:00
|
|
|
|
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
|
|
|
|
|
2001-06-16 07:16:14 +00:00
|
|
|
FILESDIR= /etc/rc.d
|
|
|
|
FILESMODE= ${BINMODE}
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|