summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2011-08-23 19:29:11 +0000
committerdelphij <delphij@FreeBSD.org>2011-08-23 19:29:11 +0000
commit9b0113067aa5fde33d06b44ae02ad0d66b77d8a7 (patch)
tree261a6b92c6c580af32c095e679703733e65a1014 /etc/rc.d
parent6f1f963a1c38c391dc17044fcbc7e6637054ee68 (diff)
downloadFreeBSD-src-9b0113067aa5fde33d06b44ae02ad0d66b77d8a7.zip
FreeBSD-src-9b0113067aa5fde33d06b44ae02ad0d66b77d8a7.tar.gz
Honor WITHOUT_IPX when installing etc/rc.d/ipxrouted.
MFC after: 1 week Approved by: re (kib)
Diffstat (limited to 'etc/rc.d')
-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 c250e66..fc09caf 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
OpenPOWER on IntegriCloud