mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-02 21:13:40 +00:00
16 lines
235 B
Makefile
16 lines
235 B
Makefile
configfiles = \
|
|
nextepc.conf \
|
|
mme.conf \
|
|
sgw.conf \
|
|
pgw.conf \
|
|
hss.conf \
|
|
pcrf.conf \
|
|
$(NULL)
|
|
|
|
configdir = ${sysconfdir}/nextepc
|
|
|
|
config_DATA = ${configfiles}
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
MOSTLYCLEANFILES = *.stackdump
|