mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-27 17:16:39 -04:00
11 lines
208 B
Makefile
11 lines
208 B
Makefile
SUBDIRS = \
|
|
migration \
|
|
mkembedconfig
|
|
|
|
sbin_SCRIPTS = i2enfeature
|
|
CLEANFILES = $(sbin_SCRIPTS)
|
|
|
|
EXTRA_DIST = i2enfeature.in
|
|
|
|
install-exec-hook:
|
|
$(LN_S) -f i2enfeature $(DESTDIR)$(sbindir)/i2disfeature
|