When NETATALK is compiled into the kernel, at_rmx.c is required regardless
of whether NETATALKDEBUG is enabled, so make building it conditional on NETATALK instead. This problem appears to have been present from the time that the netatalk implementation was imported. PR: 124456 Submitted by: Nathan Whitehorn <whitehorn at wisc dot edu> MFC after: 3 days
This commit is contained in:
parent
9b02321796
commit
a0faacaa38
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179787
@ -1817,7 +1817,7 @@ net80211/ieee80211_xauth.c optional wlan_xauth
|
||||
netatalk/aarp.c optional netatalk
|
||||
netatalk/at_control.c optional netatalk
|
||||
netatalk/at_proto.c optional netatalk
|
||||
netatalk/at_rmx.c optional netatalkdebug
|
||||
netatalk/at_rmx.c optional netatalk
|
||||
netatalk/ddp_input.c optional netatalk
|
||||
netatalk/ddp_output.c optional netatalk
|
||||
netatalk/ddp_pcb.c optional netatalk
|
||||
|
Loading…
Reference in New Issue
Block a user