protocols: add missing Makefiles
This commit is contained in:
parent
20dddbba08
commit
55159bea66
6 changed files with 12 additions and 0 deletions
2
protocols/3g/Makefile
Normal file
2
protocols/3g/Makefile
Normal file
|
@ -0,0 +1,2 @@
|
|||
include ../../build/config.mk
|
||||
include ../../build/module.mk
|
2
protocols/6x4/Makefile
Normal file
2
protocols/6x4/Makefile
Normal file
|
@ -0,0 +1,2 @@
|
|||
include ../../build/config.mk
|
||||
include ../../build/module.mk
|
2
protocols/core/Makefile
Normal file
2
protocols/core/Makefile
Normal file
|
@ -0,0 +1,2 @@
|
|||
include ../../build/config.mk
|
||||
include ../../build/module.mk
|
2
protocols/ppp/Makefile
Normal file
2
protocols/ppp/Makefile
Normal file
|
@ -0,0 +1,2 @@
|
|||
include ../../build/config.mk
|
||||
include ../../build/module.mk
|
2
protocols/pptp/Makefile
Normal file
2
protocols/pptp/Makefile
Normal file
|
@ -0,0 +1,2 @@
|
|||
include ../../build/config.mk
|
||||
include ../../build/module.mk
|
2
protocols/relay/Makefile
Normal file
2
protocols/relay/Makefile
Normal file
|
@ -0,0 +1,2 @@
|
|||
include ../../build/config.mk
|
||||
include ../../build/module.mk
|
Loading…
Reference in a new issue