enabled PPPOE_DEBUG for librumpnet_pppoe* when RUMP_DEBUG is defined
This commit is contained in:
parent
7c3ad1a224
commit
34534503ff
@ -9,5 +9,9 @@ SRCS= if_pppoe.c if_spppsubr.c
|
||||
|
||||
SRCS+= pppoe_component.c
|
||||
|
||||
.ifdef RUMP_DEBUG
|
||||
CPPFLAGS.if_pppoe.c+= -DPPPOE_DEBUG
|
||||
.endif
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.klinks.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user