Honor WITHOUT_IPX when installing etc/rc.d/ipxrouted.

MFC after:	1 week
Approved by:	re (kib)
This commit is contained in:
delphij 2011-08-23 19:29:11 +00:00
parent 6f1f963a1c
commit 9b0113067a

View File

@ -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