Module Name: src
Committed By: yamaguchi
Date: Fri Apr 23 03:44:05 UTC 2021
Modified Files:
src/sys/rump/net/lib/libpppoe: Makefile
Log Message:
enabled PPPOE_DEBUG for librumpnet_pppoe* when RUMP_DEBUG is defined
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/net/lib/libpppoe/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/net/lib/libpppoe/Makefile
diff -u src/sys/rump/net/lib/libpppoe/Makefile:1.2 src/sys/rump/net/lib/libpppoe/Makefile:1.3
--- src/sys/rump/net/lib/libpppoe/Makefile:1.2 Sun Jan 27 02:08:49 2019
+++ src/sys/rump/net/lib/libpppoe/Makefile Fri Apr 23 03:44:05 2021
@@ -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>