mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-07 17:19:17 +00:00
12 lines
167 B
Makefile
12 lines
167 B
Makefile
configfiles = \
|
|
nextepc.conf \
|
|
mme.conf \
|
|
sgw.conf \
|
|
pgw.conf \
|
|
hss.conf \
|
|
pcrf.conf \
|
|
$(NULL)
|
|
|
|
configdir = ${sysconfdir}/nextepc
|
|
|
|
config_DATA = ${configfiles}
|