enabled PPPOE_DEBUG for librumpnet_pppoe* when RUMP_DEBUG is defined

This commit is contained in:
yamaguchi 2021-04-23 03:44:05 +00:00
parent 7c3ad1a224
commit 34534503ff

View File

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