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:
Robert Watson 2008-06-14 15:17:02 +00:00
parent 9b02321796
commit a0faacaa38
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179787

View File

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