mirror of https://github.com/ceph/ceph
12 lines
174 B
Makefile
12 lines
174 B
Makefile
|
unitfiles = \
|
||
|
ceph.target \
|
||
|
ceph-mds@.service \
|
||
|
ceph-mon@.service \
|
||
|
ceph-osd@.service
|
||
|
|
||
|
unitdir = $(systemd_unit_dir)
|
||
|
|
||
|
unit_DATA = $(unitfiles)
|
||
|
|
||
|
EXTRA_DIST = $(unitfiles)
|