Module Name: src Committed By: pgoyette Date: Wed Sep 5 09:53:57 UTC 2018
Modified Files: src/sys/rump/net/lib/libpppoe [pgoyette-compat]: Makefile Log Message: if_spppsubr.c is now required, since it was split out from if_pppoe.c To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.1.20.1 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.1 src/sys/rump/net/lib/libpppoe/Makefile:1.1.20.1 --- src/sys/rump/net/lib/libpppoe/Makefile:1.1 Fri Apr 15 01:35:26 2016 +++ src/sys/rump/net/lib/libpppoe/Makefile Wed Sep 5 09:53:57 2018 @@ -5,7 +5,7 @@ LIB= rumpnet_pppoe COMPONENT= PPP over Ethernet protocol network interface IOCONF= PPPOE.ioconf -SRCS= if_pppoe.c +SRCS= if_pppoe.c if_spppsubr.c SRCS+= pppoe_component.c