aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2011-08-23 19:29:11 +0000
committerXin LI <delphij@FreeBSD.org>2011-08-23 19:29:11 +0000
commitaefb9fe04fa154de40cc1b9a72cc5d77228358f2 (patch)
tree261a6b92c6c580af32c095e679703733e65a1014 /etc
parent002c2778b12e2ac6ea22b939966925549db9e967 (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index c250e6656e85..fc09cafc4bb6 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -16,7 +16,7 @@ FILES= DAEMON FILESYSTEMS LOGIN NETWORKING SERVERS \
hostapd hostid hostid_save hostname \
inetd initrandom \
ip6addrctl ipfilter ipfs ipfw ipmon \
- ipnat ipsec ipxrouted \
+ ipnat ipsec \
jail \
kadmind kerberos keyserv kld kldxref kpasswdd \
ldconfig local localpkg lockd lpd \
@@ -42,6 +42,10 @@ FILES= DAEMON FILESYSTEMS LOGIN NETWORKING SERVERS \
ypset ypupdated ypxfrd \
zfs zvol
+.if ${MK_IPX} != "no"
+FILES+= ipxrouted
+.endif
+
.if ${MK_OFED} != "no"
FILES+= opensm
.endif