mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
Honor WITHOUT_IPX when installing etc/rc.d/ipxrouted.
MFC after: 1 week Approved by: re (kib)
This commit is contained in:
parent
002c2778b1
commit
aefb9fe04f
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue