mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
12 lines
252 B
Makefile
12 lines
252 B
Makefile
SUBDIRS = \
|
|
migration \
|
|
mkembedconfig
|
|
|
|
sbin_SCRIPTS = icinga2-enable-feature
|
|
CLEANFILES = $(sbin_SCRIPTS)
|
|
|
|
EXTRA_DIST = icinga2-enable-feature.in
|
|
|
|
install-exec-hook:
|
|
$(LN_S) -f icinga2-enable-feature $(DESTDIR)$(sbindir)/icinga2-disable-feature
|